summaryrefslogtreecommitdiff
path: root/cross/binutils
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-27 19:36:48 +0000
committerjoerg <joerg>2011-11-27 19:36:48 +0000
commit6e4b7d1715c2650e5bd8e030f99bd9a3e4f49bed (patch)
tree5fd18d1e451c167413bec0cd7eff037408194980 /cross/binutils
parent37c029a9352da23c10350db6719ad81e9f383ad6 (diff)
downloadpkgsrc-6e4b7d1715c2650e5bd8e030f99bd9a3e4f49bed.tar.gz
Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
Diffstat (limited to 'cross/binutils')
-rw-r--r--cross/binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 512996be074..e29217070aa 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2011/04/16 07:47:00 obache Exp $
+# $NetBSD: Makefile,v 1.53 2011/11/27 19:36:48 joerg Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -17,6 +17,8 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
+BUILDLINK_TRANSFORM+= rm:-Werror
+
USE_CROSSBASE= yes
USE_TOOLS+= gm4 pod2man
USE_LIBTOOL= yes