aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2012-12-18 04:44:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2012-12-18 04:44:36 +0000
commit412fcd3f6c0911dd8b8bdef286ce5c1ed21dc062 (patch)
treeaa627bd5fbf80381f3dee7e43b25778bd1574711 /gnu/usr.bin
parent13870d5d7bf1353a623b5be770d9b64d53f8003d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-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 a27fed3b306b..4436394f5de4 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} == "arm" || ${TARGET_ARCH} == "powerpc64"
+.if ${TARGET_ARCH:Marm*} || ${TARGET_ARCH} == "powerpc64"
NO_WERROR.clang=
.endif