Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin/common-target add missing -DGENERA...



details:   https://anonhg.NetBSD.org/src/rev/14d19b31a381
branches:  trunk
changeset: 327741:14d19b31a381
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 15 23:12:58 2014 +0000

description:
add missing -DGENERATOR_FILE to HOST_CPPFLAGS.

diffstat:

 external/gpl3/gcc/usr.bin/common-target/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 942940fe7328 -r 14d19b31a381 external/gpl3/gcc/usr.bin/common-target/Makefile
--- a/external/gpl3/gcc/usr.bin/common-target/Makefile  Sat Mar 15 20:46:38 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/common-target/Makefile  Sat Mar 15 23:12:58 2014 +0000
@@ -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 @@
 DPSRCS+=       options.h
 
 HOST_CPPFLAGS+=        -I${BACKENDOBJ} -I${GCCARCH} -I. -I${DIST}/include -I${DIST}/gcc
+HOST_CPPFLAGS+=        -DGENERATOR_FILE
 
 MKPIC:=                no
 MKPICLIB:=     no



Home | Main Index | Thread Index | Old Index