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 find libgcc sources for GCC 4.8.



details:   https://anonhg.NetBSD.org/src/rev/fe4661ae93ef
branches:  trunk
changeset: 794254:fe4661ae93ef
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 09 20:59:14 2014 +0000

description:
find libgcc sources for GCC 4.8.

diffstat:

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

diffs (28 lines):

diff -r bd2ae0e2eada -r fe4661ae93ef external/gpl3/gcc/lib/crtstuff/Makefile
--- a/external/gpl3/gcc/lib/crtstuff/Makefile   Sun Mar 09 20:54:01 2014 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/Makefile   Sun Mar 09 20:59:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2014/03/08 02:02:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 2014/03/09 20:59:14 mrg Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -17,7 +17,8 @@
 GALLCFLAGS=    ${G_CRTSTUFF_CFLAGS} ${G_CRTSTUFF_T_CFLAGS}
 
 CPPFLAGS+=     -I${GCCARCH} ${GALLCFLAGS:M-D*} ${GALLCFLAGS:M-I*:N-I.*}
-CPPFLAGS+=     -I. -I${DIST}/libgcc
+CPPFLAGS+=     -I. -I${DIST}/libgcc -I${DIST}/gcc -I${DIST}/include
+CPPFLAGS+=     -DIN_GCC
 COPTS+=                -finhibit-size-directive \
                -fno-inline \
                -fno-exceptions \
@@ -49,7 +50,7 @@
 FILES=${OBJS}
 FILESDIR=${LIBDIR}
 
-.PATH: ${DIST}/gcc ${DIST}/gcc/config ${G_CONFIGDIR}
+.PATH: ${DIST}/libgcc ${DIST}/libgcc/config
 
 .include "../Makefile.tconfigh"
 EXTRA_FAKEHEADERS= options.h libgcc_tm.h



Home | Main Index | Thread Index | Old Index