pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc34/patches Change for AMD64: The patch incorre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad87fceef12d
branches:  trunk
changeset: 478810:ad87fceef12d
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Fri Jul 30 14:37:45 2004 +0000

description:
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:

 lang/gcc34/patches/patch-ae |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1a3665df3ba -r ad87fceef12d lang/gcc34/patches/patch-ae
--- a/lang/gcc34/patches/patch-ae       Fri Jul 30 14:00:39 2004 +0000
+++ b/lang/gcc34/patches/patch-ae       Fri Jul 30 14:37:45 2004 +0000
@@ -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 @@
 +
 +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 \



Home | Main Index | Thread Index | Old Index