Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/binutils explicitly disable initfini-array; we don't h...



details:   https://anonhg.NetBSD.org/src/rev/8e913e6f9d56
branches:  trunk
changeset: 446992:8e913e6f9d56
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 27 16:26:52 2018 +0000

description:
explicitly disable initfini-array; we don't have it yet.

diffstat:

 tools/binutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d884ec1e3c7 -r 8e913e6f9d56 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Thu Dec 27 14:53:05 2018 +0000
+++ b/tools/binutils/Makefile   Thu Dec 27 16:26:52 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2018/11/07 01:14:19 christos Exp $
+#      $NetBSD: Makefile,v 1.30 2018/12/27 16:26:52 christos Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -13,7 +13,7 @@
 
 CONFIGURE_ARGS=        --target=${MACHINE_GNU_PLATFORM} --disable-nls \
                --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \
-               --disable-werror \
+               --disable-werror --disable-initfini-array \
                ${BRANDING}
 
 build/gas/m68k-parse.c: ${GNUHOSTDIST}/gas/m68k-parse.c



Home | Main Index | Thread Index | Old Index