CVS commit: src/external/gpl3/gcc/usr.bin/common-target
Module Name:src Committed By: mrg Date: Fri Aug 11 06:52:45 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: re-enable an sh3 warning that is still needed for GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ 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.14 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.15 --- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.14 Tue Aug 1 05:57:54 2023 +++ src/external/gpl3/gcc/usr.bin/common-target/Makefile Fri Aug 11 06:52:45 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2023/08/01 05:57:54 mrg Exp $ +# $NetBSD: Makefile,v 1.15 2023/08/11 06:52:45 mrg Exp $ HOSTPROG_CXX= 1 LIBISPRIVATE= yes @@ -24,7 +24,7 @@ CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} #COPTS.rs6000-common.cc+= -Wno-stack-protector #COPTS.arm-common.cc+= -Wno-stack-protector .if ${MACHINE_CPU} == "sh3" -#COPTS.opts.cc+= ${CC_WNO_FORMAT_TRUNCATION} +COPTS.opts.cc+= ${CC_WNO_FORMAT_TRUNCATION} .endif GENPROG_ERROR_DEPENDS=errors.lo
CVS commit: src/external/gpl3/gcc/usr.bin/common-target
Module Name:src Committed By: mrg Date: Fri Aug 11 06:52:45 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: re-enable an sh3 warning that is still needed for GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ 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.
CVS commit: src/external/gpl3/gcc/usr.bin/common-target
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
CVS commit: src/external/gpl3/gcc/usr.bin/common-target
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.