Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libsupc++ rework some commented code s...
details: https://anonhg.NetBSD.org/src/rev/f768afb75f17
branches: trunk
changeset: 997226:f768afb75f17
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 28 01:11:04 2019 +0000
description:
rework some commented code so it is easier to enable.
diffstat:
external/gpl3/gcc/lib/libsupc++/Makefile.common | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 1f39477b8679 -r f768afb75f17 external/gpl3/gcc/lib/libsupc++/Makefile.common
--- a/external/gpl3/gcc/lib/libsupc++/Makefile.common Thu Feb 28 00:47:10 2019 +0000
+++ b/external/gpl3/gcc/lib/libsupc++/Makefile.common Thu Feb 28 01:11:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2019/02/01 10:37:13 mrg Exp $
+# $NetBSD: Makefile.common,v 1.13 2019/02/28 01:11:04 mrg Exp $
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
@@ -15,9 +15,10 @@
# Make sure we get G_*_SOURCES, etc.*, for the .for loops
.include "${.CURDIR}/../libstdc++-v3/arch/${LIBSTDCXX_MACHINE_ARCH}/defs.mk"
-LIBSTDCXXSRCS= ${G_SRC_SOURCES} ${G_CPP98_SOURCES} ${G_CPP11_SOURCES} ${G_FILESYSTEM_SOURCES}
-# XXX XXX dir.o doesn't have <deque> stuff properly, leave it out for now?
LIBSTDCXXSRCS= ${G_SRC_SOURCES} ${G_CPP98_SOURCES} ${G_CPP11_SOURCES}
+# XXX XXX dir.o doesn't have <deque> stuff properly, leave it out for now
+#LIBSTDCXXSRCS+= ${G_FILESYSTEM_SOURCES}
+
LIBSUPCXXSRCS= ${G_LIBSUPCXX_SOURCES} ${G_LIBSUPCXX_C_SOURCES}
CPPFLAGS+= -I${DIST}/gcc
Home |
Main Index |
Thread Index |
Old Index