Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc Disable again initfini; breaks some archs and not ...
details: https://anonhg.NetBSD.org/src/rev/56a4163b887f
branches: trunk
changeset: 379080:56a4163b887f
user: christos <christos%NetBSD.org@localhost>
date: Sat May 08 19:36:28 2021 +0000
description:
Disable again initfini; breaks some archs and not worth dealing with when
we have both gcc's active in the tree.
diffstat:
tools/gcc/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 57343db0e9f4 -r 56a4163b887f tools/gcc/Makefile
--- a/tools/gcc/Makefile Sat May 08 14:49:13 2021 +0000
+++ b/tools/gcc/Makefile Sat May 08 19:36:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2021/05/07 23:00:04 christos Exp $
+# $NetBSD: Makefile,v 1.104 2021/05/08 19:36:28 christos Exp $
.include <bsd.hostinit.mk>
@@ -37,7 +37,6 @@ COMMON_CONFIGURE_ARGS= --target=${MACHIN
--with-system-zlib \
--without-isl \
--enable-__cxa_atexit \
- --enable-initfini-array=yes \
--enable-libstdcxx-time=rt \
--enable-libstdcxx-threads \
--with-diagnostics-color=auto-if-env
Home |
Main Index |
Thread Index |
Old Index