line 11: Malformed conditional
(${TARGET} == "arm" || ${TARGET_ARCH} == "powerpc64")
This commit is contained in:
Andrey A. Chernov 2012-12-17 19:17:10 +00:00
parent 79672fd277
commit 89bae3c5d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244362

View file

@ -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