mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
More correct version of prev. fix.
This commit is contained in:
parent
13870d5d7b
commit
412fcd3f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue