Module Name: src Committed By: mrg Date: Sat Mar 8 01:58:11 UTC 2014
Modified Files: src/external/gpl3/gcc/lib/crtstuff: Makefile Log Message: crtstuff.c moved into libgcc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/lib/crtstuff/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/lib/crtstuff/Makefile diff -u src/external/gpl3/gcc/lib/crtstuff/Makefile:1.9 src/external/gpl3/gcc/lib/crtstuff/Makefile:1.10 --- src/external/gpl3/gcc/lib/crtstuff/Makefile:1.9 Sat Mar 1 10:00:31 2014 +++ src/external/gpl3/gcc/lib/crtstuff/Makefile Sat Mar 8 01:58:11 2014 @@ -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 @@ GCCARCH= ${NETBSDSRCDIR}/external/gpl3/g 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 \