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 arm-common.c needs s...
details: https://anonhg.NetBSD.org/src/rev/ed227b777c33
branches: trunk
changeset: 460486:ed227b777c33
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 24 18:48:09 2019 +0000
description:
arm-common.c needs stack-protector treatment
diffstat:
external/gpl3/gcc/usr.bin/common-target/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 70ba7c7ebf91 -r ed227b777c33 external/gpl3/gcc/usr.bin/common-target/Makefile
--- a/external/gpl3/gcc/usr.bin/common-target/Makefile Thu Oct 24 18:46:20 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/common-target/Makefile Thu Oct 24 18:48:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/02/05 04:45:07 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/24 18:48:09 christos Exp $
LIBISPRIVATE= yes
@@ -21,6 +21,7 @@
COPTS.prefix.c+= -Wno-stack-protector
COPTS.opts-common.c+= -Wno-stack-protector
COPTS.rs6000-common.c+= -Wno-stack-protector
+COPTS.arm-common.c+= -Wno-stack-protector
GENPROG_ERROR_DEPENDS=errors.lo
Home |
Main Index |
Thread Index |
Old Index