Module Name: src
Committed By: christos
Date: Fri Apr 4 01:19:14 UTC 2014
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.backend Makefile.frontend
Log Message:
Add NOCTF
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/usr.bin/Makefile.backend
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/Makefile.frontend
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/Makefile.backend
diff -u src/external/gpl3/gcc/usr.bin/Makefile.backend:1.4 src/external/gpl3/gcc/usr.bin/Makefile.backend:1.5
--- src/external/gpl3/gcc/usr.bin/Makefile.backend:1.4 Sat Mar 1 05:00:49 2014
+++ src/external/gpl3/gcc/usr.bin/Makefile.backend Thu Apr 3 21:19:14 2014
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.backend,v 1.4 2014/03/01 10:00:49 mrg Exp $
+# $NetBSD: Makefile.backend,v 1.5 2014/04/04 01:19:14 christos Exp $
.ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_BACKEND_
_EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_BACKEND_=1
NOMAN= # defined
+NOCTF= # defined
BINDIR= /usr/libexec
CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} \
Index: src/external/gpl3/gcc/usr.bin/Makefile.frontend
diff -u src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.3 src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.4
--- src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.3 Sat Mar 1 05:00:49 2014
+++ src/external/gpl3/gcc/usr.bin/Makefile.frontend Thu Apr 3 21:19:14 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.frontend,v 1.3 2014/03/01 10:00:49 mrg Exp $
+# $NetBSD: Makefile.frontend,v 1.4 2014/04/04 01:19:14 christos Exp $
BINDIR= /usr/bin
@@ -6,6 +6,7 @@ CPPFLAGS+= -I${GCCARCH} -I${FRONTENDOBJ}
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \
-DIN_GCC_FRONTEND
+NOCTF= # defined
.include <bsd.own.mk>
DPADD+= ${FRONTENDOBJ}/libfrontend.a