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/e33ba16d76b5
branches: trunk
changeset: 327514:e33ba16d76b5
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 583fa04af4da -r e33ba16d76b5 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