Module Name: src
Committed By: christos
Date: Tue Feb 26 21:09:18 UTC 2019
Modified Files:
src/tools/gcc: Makefile
Log Message:
Remove "--disable-libstdcxx-dual-abi". This option does not do what
it says: Instead of disabling the dual-abi and letting you choose
which one you want, it disables the cxx11 abi and the
"--with-default-libstdcxx-abi=OPTION" becomes a noop. Removing the
old COW compatibility ABI is not easy. For more info see:
https://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.91 src/tools/gcc/Makefile:1.92
--- src/tools/gcc/Makefile:1.91 Sat Feb 16 19:22:53 2019
+++ src/tools/gcc/Makefile Tue Feb 26 16:09:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2019/02/17 00:22:53 mrg Exp $
+# $NetBSD: Makefile,v 1.92 2019/02/26 21:09:18 christos Exp $
.include <bsd.hostinit.mk>
@@ -36,7 +36,6 @@ COMMON_CONFIGURE_ARGS= --target=${MACHIN
--with-pkgversion="NetBSD ${NETBSD_GCC_VERSION}" \
--with-system-zlib \
--without-isl \
- --disable-libstdcxx-dual-abi \
--enable-__cxa_atexit \
--enable-libstdcxx-time=rt \
--enable-libstdcxx-threads \