summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2012-12-17 19:17:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2012-12-17 19:17:10 +0000
commit89bae3c5d00ca93e571e8b2836daf69915470940 (patch)
tree35ead1ab89ca1e1e35e5c0deb854155e7576083e /gnu/usr.bin/binutils
parent79672fd277ee7246c9c5a7d7a272bbd5a5b77323 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-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 17a3e192dd9e..a27fed3b306b 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} == "arm" || ${TARGET_ARCH} == "powerpc64"
+.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc64"
NO_WERROR.clang=
.endif