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/8ce5e2707486
branches: trunk
changeset: 983526:8ce5e2707486
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 75786244bf81 -r 8ce5e2707486 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile Thu Nov 12 23:24:18 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