mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Dont use -Werror when building libbfd and gnu as on powerpc64 with clang
as there are warnings. Reviewed by: nwhitehorn
This commit is contained in:
parent
802db7b616
commit
beaded8a1e
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
|
||||
|
||||
.if ${TARGET_ARCH} == "powerpc64"
|
||||
NO_WERROR.clang=
|
||||
.endif
|
||||
|
||||
PROG= as
|
||||
SRCS+= app.c \
|
||||
as.c \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
ARCHS+= rs6000
|
||||
|
||||
DEFAULT_VECTOR= bfd_elf64_powerpc_vec
|
||||
NO_WERROR.clang=
|
||||
|
||||
SRCS+= cpu-powerpc.c \
|
||||
cpu-rs6000.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue