summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-07-30 14:37:45 +0000
committershannonjr <shannonjr>2004-07-30 14:37:45 +0000
commitcd3b1356e0b917ce2776a1e2dbc84ec7c9f27a28 (patch)
treef4a3bd799644989400df130d382285fbb3938ef4 /lang/gcc34
parentffdba82186d49b962f1d36cdddd9d5cae73827b1 (diff)
downloadpkgsrc-cd3b1356e0b917ce2776a1e2dbc84ec7c9f27a28.tar.gz
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.
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/patches/patch-ae4
1 files changed, 2 insertions, 2 deletions
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 \