Module Name: src
Committed By: rin
Date: Sat Oct 7 13:13:49 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/usr.bin/cc1obj: Makefile
Log Message:
gcc.old: cc1obj/Makefile: Fix merge botch for PR port-vax/57646
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gcc.old/usr.bin/cc1obj/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.old/usr.bin/cc1obj/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile:1.12 src/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile:1.13
--- src/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile:1.12 Sat Oct 7 12:15:51 2023
+++ src/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile Sat Oct 7 13:13:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/07 12:15:51 rin Exp $
+# $NetBSD: Makefile,v 1.13 2023/10/07 13:13:49 rin Exp $
MYOBJS= ${G_OBJC_OBJS} ${G_C_AND_OBJC_OBJS}
PROG= cc1obj
@@ -44,9 +44,6 @@ COPTS.objc-act.c+= -Wno-stack-protecto
COPTS.objc-gnu-runtime-abi-01.c+= -Wno-stack-protector
COPTS.objc-next-runtime-abi-01.c+= -Wno-stack-protector
-COPTS.c-cppbuiltin.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}
-COPTS.c-typeck.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}
-
.if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
COPTS.c-common.c+=-O3
.endif