Source-Changes-HG archive

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

[src-draft/trunk]: src/external/gpl3/gdb/lib/libgdb Avoid string_view hack an...



details:   https://anonhg.NetBSD.org/src-all/rev/f44eda8687d6
branches:  trunk
changeset: 949255:f44eda8687d6
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Tue Nov 17 14:11:31 2020 +0100

description:
Avoid string_view hack and use the real deal

diffstat:

 external/gpl3/gdb/lib/libgdb/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8ef483c0b458 -r f44eda8687d6 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile     Tue Nov 17 14:10:59 2020 +0100
+++ b/external/gpl3/gdb/lib/libgdb/Makefile     Tue Nov 17 14:11:31 2020 +0100
@@ -47,7 +47,7 @@
 CWARNFLAGS.clang+=     -Wno-deprecated
 HOST_CC:=              ${HOST_CXX}
 CC:=                   ${CXX}
-CFLAGS:=               ${CXXFLAGS} -std=gnu++11 -Wno-error=stack-protector
+CFLAGS:=               ${CXXFLAGS} -std=gnu++17 -Wno-error=stack-protector
 
 .PATH: ${DIST}/gdb ${DIST}/gdb/arch ${DIST}/gdb/mi ${DIST}/gdb/cli  \
     ${DIST}/gdb/tui ${DIST}/gdb/python ${DIST}/gdb/common ${DIST}/gdb/target \



Home | Main Index | Thread Index | Old Index