Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/bin make depend does not like multi-word c...
details: https://anonhg.NetBSD.org/src/rev/0c20ed8440bb
branches: trunk
changeset: 828138:0c20ed8440bb
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 29 21:22:36 2017 +0000
description:
make depend does not like multi-word compiler.
diffstat:
external/gpl3/gdb/bin/gdb/Makefile | 8 ++++----
external/gpl3/gdb/bin/gdbtui/Makefile | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 0ef3f016e608 -r 0c20ed8440bb external/gpl3/gdb/bin/gdb/Makefile
--- a/external/gpl3/gdb/bin/gdb/Makefile Wed Nov 29 21:21:50 2017 +0000
+++ b/external/gpl3/gdb/bin/gdb/Makefile Wed Nov 29 21:22:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/11/28 22:04:52 christos Exp $
+# $NetBSD: Makefile,v 1.12 2017/11/29 21:22:36 christos Exp $
NOCTF=
.include <bsd.own.mk>
@@ -89,9 +89,9 @@
.include <bsd.prog.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/mi ${DIST}/gdb/cli ${DIST}/gdb/tui \
diff -r 0ef3f016e608 -r 0c20ed8440bb external/gpl3/gdb/bin/gdbtui/Makefile
--- a/external/gpl3/gdb/bin/gdbtui/Makefile Wed Nov 29 21:21:50 2017 +0000
+++ b/external/gpl3/gdb/bin/gdbtui/Makefile Wed Nov 29 21:22:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/11/29 03:58:17 christos Exp $
+# $NetBSD: Makefile,v 1.9 2017/11/29 21:22:36 christos Exp $
NOCTF=
.include "../Makefile.inc"
@@ -26,9 +26,9 @@
.include <bsd.prog.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
LIBOPCODESDIR!= cd ${.CURDIR}/../../lib/libopcodes && ${PRINTOBJDIR}
LIBBFDDIR!= cd ${.CURDIR}/../../lib/libbfd && ${PRINTOBJDIR}
Home |
Main Index |
Thread Index |
Old Index