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/ddb3e50da220
branches:  trunk
changeset: 1021111:ddb3e50da220
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 a919cf2489f2 -r ddb3e50da220 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 @@
                        --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