More correct version of prev. fix.

This commit is contained in:
Andrey A. Chernov 2012-12-18 04:44:36 +00:00
parent 13870d5d7b
commit 412fcd3f6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244377

View File

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