svn commit: r244277 - head/gnu/usr.bin/binutils/as

Andrew Turner andrew at FreeBSD.org
Sat Dec 15 21:33:13 UTC 2012


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
 


More information about the svn-src-all mailing list