Module Name:    src
Committed By:   mrg
Date:           Thu Aug  4 02:38:41 UTC 2011

Modified Files:
        src/tools/binutils: Makefile

Log Message:
add --disable-werror.  GCC 4.6 doesn't like some of the code here and
rather than patching code to fix it (and one case isn't trivially fixable)
simply turn off -Werror by default here.  should fix PR#45140.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/tools/binutils/Makefile:1.20
--- src/tools/binutils/Makefile:1.19	Thu Mar 24 13:33:42 2011
+++ src/tools/binutils/Makefile	Thu Aug  4 02:38:41 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.19 2011/03/24 13:33:42 joerg Exp $
+#	$NetBSD: Makefile,v 1.20 2011/08/04 02:38:41 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@
 
 CONFIGURE_ARGS=	--target=${MACHINE_GNU_PLATFORM} --disable-nls \
 		--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \
+		--disable-werror \
 		${BRANDING}
 
 MAKE_ARGS=	MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}

Reply via email to