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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"