Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/crtstuff fix the path for $GCCARCH.



details:   https://anonhg.NetBSD.org/src/rev/63f14e82dd80
branches:  trunk
changeset: 344150:63f14e82dd80
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 15 19:21:27 2016 +0000

description:
fix the path for $GCCARCH.

diffstat:

 external/gpl3/gcc/lib/crtstuff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6dc2bcfdeeb2 -r 63f14e82dd80 external/gpl3/gcc/lib/crtstuff/Makefile
--- a/external/gpl3/gcc/lib/crtstuff/Makefile   Tue Mar 15 19:18:00 2016 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/Makefile   Tue Mar 15 19:21:27 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2014/06/01 19:51:01 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2016/03/15 19:21:27 mrg Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -12,7 +12,7 @@
 
 DIST=          ${GCCDIST}
 GNUHOSTDIST=   ${DIST}
-GCCARCH=       ${EXTERNAL_GCC_SUBDIR}/usr.bin/gcc/arch/${MACHINE_ARCH}
+GCCARCH=       ${.CURDIR}/../../usr.bin/gcc/arch/${MACHINE_ARCH}
 
 GALLCFLAGS=    ${G_CRTSTUFF_CFLAGS} ${G_CRTSTUFF_T_CFLAGS}
 



Home | Main Index | Thread Index | Old Index