From aadc99c41de15923254e9ce22b02176881befec3 Mon Sep 17 00:00:00 2001 From: shannonjr Date: Fri, 30 Jul 2004 14:37:45 +0000 Subject: Change for AMD64: The patch incorrectly AMD64 to be identified as x86_64--netbsdelf when it is identified as x86_64--netbsd. This effect the building of the Ada front-end on the AMD64 target only. --- lang/gcc34/patches/patch-ae | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/gcc34/patches/patch-ae b/lang/gcc34/patches/patch-ae index b7f8491bb83..5f54a858a70 100644 --- a/lang/gcc34/patches/patch-ae +++ b/lang/gcc34/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1.1.1 2004/06/29 18:01:25 shannonjr Exp $ +$NetBSD: patch-ae,v 1.2 2004/07/30 14:37:45 shannonjr Exp $ --- gcc/ada/Makefile.in.orig 2004-01-26 14:57:32.000000000 -0700 +++ gcc/ada/Makefile.in @@ -30,7 +30,7 @@ $NetBSD: patch-ae,v 1.1.1.1 2004/06/29 18:01:25 shannonjr Exp $ + +endif + -+ifeq ($(strip $(filter-out %x86_64 netbsdelf%,$(arch) $(osys))),) ++ifeq ($(strip $(filter-out %x86_64 netbsd%,$(arch) $(osys))),) + LIBGNAT_TARGET_PAIRS = \ + a-numaux.adb<86numaux.adb \ + a-numaux.ads<86numaux.ads \ -- cgit v1.2.3