Module Name:    src
Committed By:   christos
Date:           Thu Dec 27 16:26:53 UTC 2018

Modified Files:
        src/tools/binutils: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tools/binutils/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/binutils/Makefile
diff -u src/tools/binutils/Makefile:1.29 src/tools/binutils/Makefile:1.30
--- src/tools/binutils/Makefile:1.29	Tue Nov  6 20:14:19 2018
+++ src/tools/binutils/Makefile	Thu Dec 27 11:26:52 2018
@@ -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 @@ BRANDING?=	\
 
 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

Reply via email to