Module Name: src Committed By: martin Date: Thu Jul 13 09:35:40 UTC 2023
Modified Files: src/external/gpl3/gcc/usr.bin [netbsd-10]: Makefile.inc Log Message: Pull up following revision(s) (requested by mrg in ticket #232): external/gpl3/gcc/usr.bin/Makefile.inc: revision 1.36 don't force gnu++98 here. fixes build issues seen with GCC 10.5, as well as hopefully ones reported by Andrew Cagney on current-users. To generate a diff of this commit: cvs rdiff -u -r1.34.2.1 -r1.34.2.2 src/external/gpl3/gcc/usr.bin/Makefile.inc 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/Makefile.inc diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.34.2.1 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.34.2.2 --- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.34.2.1 Sun Feb 5 12:44:40 2023 +++ src/external/gpl3/gcc/usr.bin/Makefile.inc Thu Jul 13 09:35:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.34.2.1 2023/02/05 12:44:40 martin Exp $ +# $NetBSD: Makefile.inc,v 1.34.2.2 2023/07/13 09:35:39 martin Exp $ .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_ _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1 @@ -41,8 +41,6 @@ FRONTENDOBJ!= cd ${.CURDIR}/../frontend NBCOMPATLIB= -L${TOOLDIR}/lib -lnbcompat .endif -CXXFLAGS+= -std=gnu++98 - # Reduce debugging for these extremely large objects. .if ${MKDEBUG:Uno} != "no" CXXFLAGS+= -g1