Module Name: src Committed By: christos Date: Thu Oct 24 18:48:09 UTC 2019
Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: arm-common.c needs stack-protector treatment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/usr.bin/common-target/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/usr.bin/common-target/Makefile diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.8 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.9 --- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.8 Mon Feb 4 23:45:07 2019 +++ src/external/gpl3/gcc/usr.bin/common-target/Makefile Thu Oct 24 14:48:09 2019 @@ -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 @@ CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} 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