Also remove -Werror on arm with clang as there are warnings.
This commit is contained in:
parent
d131070105
commit
70b6701d78
@ -8,7 +8,7 @@
|
||||
|
||||
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
|
||||
|
||||
.if ${TARGET_ARCH} == "powerpc64"
|
||||
.if ${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64"
|
||||
NO_WERROR.clang=
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user