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/0ef3f016e608
branches:  trunk
changeset: 828137:0ef3f016e608
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 d968f10d4d2d -r 0ef3f016e608 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