mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Also remove -Werror on arm with clang as there are warnings.
This commit is contained in:
parent
d131070105
commit
70b6701d78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244277
@ -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