summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-27 19:36:48 +0000
committerjoerg <joerg>2011-11-27 19:36:48 +0000
commit458f2a34248d27c3d5752179b673345c72360816 (patch)
tree5fd18d1e451c167413bec0cd7eff037408194980 /cross
parentc878567b1ae64a4e99bf202414ec4e2aabb0b5a8 (diff)
downloadpkgsrc-458f2a34248d27c3d5752179b673345c72360816.tar.gz
Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
Diffstat (limited to 'cross')
-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