diff options
author | shannonjr <shannonjr> | 2004-07-30 14:37:45 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-07-30 14:37:45 +0000 |
commit | cf41f5ac811598edebf5e5753b1dc108001b4380 (patch) | |
tree | f4a3bd799644989400df130d382285fbb3938ef4 /lang | |
parent | 98724a4a6dfde01c477b04db145abd337f934ce9 (diff) | |
download | pkgsrc-cf41f5ac811598edebf5e5753b1dc108001b4380.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')
-rw-r--r-- | lang/gcc34/patches/patch-ae | 4 |
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 \ |