diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-27 19:36:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-27 19:36:48 +0000 |
commit | 9db1ff9b9bef5c25f23ccd1be71ac07e29b4ff39 (patch) | |
tree | 5fd18d1e451c167413bec0cd7eff037408194980 /cross | |
parent | a3a7423bb322e05a0ed3c97d5db9a9980a77218b (diff) | |
download | pkgsrc-9db1ff9b9bef5c25f23ccd1be71ac07e29b4ff39.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/Makefile | 4 |
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 |