Module Name: src Committed By: mrg Date: Sat Mar 15 23:12:58 UTC 2014
Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: add missing -DGENERATOR_FILE to HOST_CPPFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/common-target/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/usr.bin/common-target/Makefile diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.2 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.3 --- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.2 Wed Mar 5 21:37:02 2014 +++ src/external/gpl3/gcc/usr.bin/common-target/Makefile Sat Mar 15 23:12:58 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/03/05 21:37:02 tron Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/15 23:12:58 mrg Exp $ LIBISPRIVATE= yes @@ -32,6 +32,7 @@ ${G_common_out_file:T:R}.o: common/comm DPSRCS+= options.h HOST_CPPFLAGS+= -I${BACKENDOBJ} -I${GCCARCH} -I. -I${DIST}/include -I${DIST}/gcc +HOST_CPPFLAGS+= -DGENERATOR_FILE MKPIC:= no MKPICLIB:= no