Fix:
line 11: Malformed conditional (${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64")
This commit is contained in:
parent
79672fd277
commit
89bae3c5d0
@ -8,7 +8,7 @@
|
||||
|
||||
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
|
||||
|
||||
.if ${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64"
|
||||
.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc64"
|
||||
NO_WERROR.clang=
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user