summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-12-15 21:33:12 +0000
committerandrew <andrew@FreeBSD.org>2012-12-15 21:33:12 +0000
commita1795c288278b3904701b9a313c104496083d0a7 (patch)
tree6086171111c0db111ce81bb0c29793f8ec685323 /gnu
parentebd063486fc717748793e6a0a99efa40f170f19b (diff)
downloadFreeBSD-src-a1795c288278b3904701b9a313c104496083d0a7.zip
FreeBSD-src-a1795c288278b3904701b9a313c104496083d0a7.tar.gz
Also remove -Werror on arm with clang as there are warnings.
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 1543bfb..17a3e19 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
OpenPOWER on IntegriCloud