Also remove -Werror on arm with clang as there are warnings.

This commit is contained in:
Andrew Turner 2012-12-15 21:33:12 +00:00
parent d131070105
commit 70b6701d78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244277

View File

@ -8,7 +8,7 @@
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
.if ${TARGET_ARCH} == "powerpc64"
.if ${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64"
NO_WERROR.clang=
.endif