Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/external/gpl3/gcc/usr.bin Pull up following revision(s) ...



details:   https://anonhg.NetBSD.org/src/rev/793f343bbd79
branches:  netbsd-10
changeset: 377482:793f343bbd79
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jul 13 09:35:39 2023 +0000

description:
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.

diffstat:

 external/gpl3/gcc/usr.bin/Makefile.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r f1b48522f26b -r 793f343bbd79 external/gpl3/gcc/usr.bin/Makefile.inc
--- a/external/gpl3/gcc/usr.bin/Makefile.inc    Thu Jul 13 09:18:15 2023 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.inc    Thu Jul 13 09:35:39 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index