aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2012-12-15 21:33:12 +0000
committerAndrew Turner <andrew@FreeBSD.org>2012-12-15 21:33:12 +0000
commit70b6701d78dbac8fb806ae682020cce78e344a64 (patch)
tree6086171111c0db111ce81bb0c29793f8ec685323 /gnu
parentd131070105822f869a5a3731843396b72d471fbe (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index 1543bfb9f746..17a3e192dd9e 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -8,7 +8,7 @@
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
-.if ${TARGET_ARCH} == "powerpc64"
+.if ${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64"
NO_WERROR.clang=
.endif