mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove sparc64 specific warning suppression.
This commit is contained in:
parent
feb2ecc382
commit
1ddf69c1df
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ SHARED_CFLAGS+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DICONV_CONST=
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH:Marm*} != "" || ${MACHINE_ARCH:Mmips*} != "" || \
|
||||
${MACHINE_ARCH:Msparc64*} != "" || ${MACHINE_ARCH:Mpowerpc*} != ""
|
||||
${MACHINE_ARCH:Mpowerpc*} != ""
|
||||
NO_WCAST_ALIGN= yes
|
||||
.if ${MACHINE_ARCH:M*64*} == ""
|
||||
CFLAGS+= -DPPMD_32BIT
|
||||
|
|
|
|||
Loading…
Reference in a new issue