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/cc1plus Limit no-error to stack-pr...
details: https://anonhg.NetBSD.org/src/rev/758586446389
branches: trunk
changeset: 378823:758586446389
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 22:25:55 2021 +0000
description:
Limit no-error to stack-protector
diffstat:
external/gpl3/gcc/usr.bin/cc1plus/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 887692ccc2c8 -r 758586446389 external/gpl3/gcc/usr.bin/cc1plus/Makefile
--- a/external/gpl3/gcc/usr.bin/cc1plus/Makefile Sun Apr 25 22:25:00 2021 +0000
+++ b/external/gpl3/gcc/usr.bin/cc1plus/Makefile Sun Apr 25 22:25:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/04/12 00:05:56 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2021/04/25 22:25:55 christos Exp $
PROG= cc1plus
SRCS=
${G_CXX_OBJS:S,c-family/,,:S,cp/,,:S,constraint.o,constraint.cc,:S,logic.o,logic.cc,:S,known-headers.o,known-headers.cc,:S,c-spellcheck.o,c-spellcheck.cc,:S,coroutines.o,coroutines.cc,:Nlibcpp.a:.o=.c}
@@ -29,9 +29,7 @@ CHECKSUM_OBJS= ${LIBBACKTRACEOBJ}/libbac
# XXX check this out
# LDFLAGS+= -rdynamic
-# YUCK. but see timevar.h:POP_TIMEVAR_AND_RETURN
-CFLAGS+= -Wno-error # not good enough: -Wno-return-type
-COPTS+= -Wno-stack-protector
+CFLAGS+= -Wno-error=stack-protector
.if ${MACHINE_ARCH} == "vax"
COPTS.call.c+=-O0
@@ -50,7 +48,7 @@ COPTS.c-ubsan.c+=-O0
COPTS.cc1plus-checksum.c+=-O0
.endif
-.if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
+.if ${MACHINE_MIPS64}
COPTS.c-common.c+=-O3
.endif
Home |
Main Index |
Thread Index |
Old Index