summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2012-12-18 04:44:36 +0000
committerache <ache@FreeBSD.org>2012-12-18 04:44:36 +0000
commitd2da14c521ea858e8366bcf5b012ae64bf80dc88 (patch)
treeaa627bd5fbf80381f3dee7e43b25778bd1574711 /gnu
parenta41d1bc642641e36d620138f93f484921d361bce (diff)
downloadFreeBSD-src-d2da14c521ea858e8366bcf5b012ae64bf80dc88.zip
FreeBSD-src-d2da14c521ea858e8366bcf5b012ae64bf80dc88.tar.gz
More correct version of prev. fix.
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 a27fed3..4436394 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
OpenPOWER on IntegriCloud