diff options
author | joerg <joerg@pkgsrc.org> | 2013-09-23 10:03:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-09-23 10:03:14 +0000 |
commit | 8cccb5177a99007555142c760895b73181f8b2a2 (patch) | |
tree | 01114ca555edefc7f34041a47b2c03052dcc9840 /devel/binutils | |
parent | 07d0c7a0421a45b4a510a7064c0030d79ea74658 (diff) | |
download | pkgsrc-8cccb5177a99007555142c760895b73181f8b2a2.tar.gz |
Don't bother with unused functions for Clang. Race conditions while
building.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 518531ebacd..fe245e81557 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2013/05/31 12:39:57 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2013/09/23 10:03:14 joerg Exp $ DISTNAME= binutils-2.23.2 PKGREVISION= 1 @@ -15,6 +15,8 @@ CONFLICTS= avr-binutils<2.13.2.1nb1 NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* +MAKE_JOBS_SAFE= no + USE_PKGLOCALEDIR= yes REPLACE_LOCALEDIR_PATTERNS+= Make-in @@ -53,7 +55,7 @@ EXTRA_FILES+= ld .if !empty(PKGSRC_COMPILER:Mclang) CFLAGS+= -Wno-unused-value -Wno-format-security \ -Wno-uninitialized -Wno-format -Wno-string-plus-int \ - -Wno-empty-body -Wno-self-assign + -Wno-empty-body -Wno-self-assign -Wno-unused-function .endif # Prevent the need to run texi2pod.pl and pod2man which would |