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

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