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 crtstuff.c moved into libgcc.
details: https://anonhg.NetBSD.org/src/rev/864aee1319d7
branches: trunk
changeset: 794193:864aee1319d7
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Mar 08 01:58:11 2014 +0000
description:
crtstuff.c moved into libgcc.
diffstat:
external/gpl3/gcc/lib/crtstuff/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 47c817a695e9 -r 864aee1319d7 external/gpl3/gcc/lib/crtstuff/Makefile
--- a/external/gpl3/gcc/lib/crtstuff/Makefile Sat Mar 08 01:51:58 2014 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/Makefile Sat Mar 08 01:58:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/03/01 10:00:31 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2014/03/08 01:58:11 mrg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -17,7 +17,7 @@
GALLCFLAGS= ${G_CRTSTUFF_CFLAGS} ${G_CRTSTUFF_T_CFLAGS}
CPPFLAGS+= -I${GCCARCH} ${GALLCFLAGS:M-D*} ${GALLCFLAGS:M-I*:N-I.*}
-CPPFLAGS+= -I.
+CPPFLAGS+= -I. -I${DIST}/libgcc
COPTS+= -finhibit-size-directive \
-fno-inline \
-fno-exceptions \
Home |
Main Index |
Thread Index |
Old Index