Author: andrew
Date: Sat Dec 15 21:33:12 2012
New Revision: 244277
URL: http://svnweb.freebsd.org/changeset/base/244277
Log:
Also remove -Werror on arm with clang as there are warnings.
Modified:
head/gnu/usr.bin/binutils/as/Makefile
Modified: head/gnu/usr.bin/binutils/as/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/as/Makefile Sat Dec 15 21:24:31 2012
(r244276)
+++ head/gnu/usr.bin/binutils/as/Makefile Sat Dec 15 21:33:12 2012
(r244277)
@@ -8,7 +8,7 @@
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
-.if ${TARGET_ARCH} == "powerpc64"
+.if ${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64"
NO_WERROR.clang=
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"