Date: Sat, 15 Dec 2012 21:33:12 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244277 - head/gnu/usr.bin/binutils/as Message-ID: <201212152133.qBFLXCMA041378@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212152133.qBFLXCMA041378>