Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib/libgdb mkdep does not like multi-word ...
details: https://anonhg.NetBSD.org/src/rev/7a5b4ac662e0
branches: trunk
changeset: 357836:7a5b4ac662e0
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 29 21:21:50 2017 +0000
description:
mkdep does not like multi-word compiler.
diffstat:
external/gpl3/gdb/lib/libgdb/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 73997cda4d2e -r 7a5b4ac662e0 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile Wed Nov 29 20:15:21 2017 +0000
+++ b/external/gpl3/gdb/lib/libgdb/Makefile Wed Nov 29 21:21:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/11/29 03:58:17 christos Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/29 21:21:50 christos Exp $
NOCTF=
HOSTPROG_CXX= 1
@@ -49,9 +49,9 @@
.include <bsd.lib.mk>
# Force c++
-HOST_CC:= ${HOST_CXX} -std=gnu++11 -Wno-error=stack-protector
-CC:= ${CXX} -std=gnu++11 -Wno-error=stack-protector
-CFLAGS:= ${CXXFLAGS}
+HOST_CC:= ${HOST_CXX}
+CC:= ${CXX}
+CFLAGS:= ${CXXFLAGS} -std=gnu++11 -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