From 860cdd4453dc8e77d1b565f5e826f45be1e19d25 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 20 Jun 2010 16:23:56 +0000 Subject: Don't treat compiler warnings as errors. Newer versions of GCC produce a lot of "format not a string literal and no format arguments" warnings while building this package. --- cross/avr-binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/avr-binutils') diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 7c2ff1cc263..95159550cfc 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/08/27 15:26:41 hasso Exp $ +# $NetBSD: Makefile,v 1.16 2010/06/20 16:23:56 tron Exp $ DISTNAME= binutils-2.19.1 PKGNAME= avr-binutils-2.19.1 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_GNU_CONFIGURE_HOST= no -CONFIGURE_ARGS+= --target=avr +CONFIGURE_ARGS+= --disable-werror --target=avr # Prevent the need to run texi2pod.pl and pod2man hence # the need for perl as build dependency. -- cgit v1.2.3