diff options
author | ache <ache@FreeBSD.org> | 2012-12-18 04:44:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2012-12-18 04:44:36 +0000 |
commit | d2da14c521ea858e8366bcf5b012ae64bf80dc88 (patch) | |
tree | aa627bd5fbf80381f3dee7e43b25778bd1574711 /gnu | |
parent | a41d1bc642641e36d620138f93f484921d361bce (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |