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/bbaee1f45cd8
branches:  trunk
changeset: 327453:bbaee1f45cd8
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 9bee9b854490 -r bbaee1f45cd8 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