mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove sparc64 specific inclusion of bswap32 built-ins.
This commit is contained in:
parent
1ddf69c1df
commit
f0df5b8f27
1 changed files with 1 additions and 2 deletions
|
|
@ -244,8 +244,7 @@ SRCS+= sync_synchronize.S
|
|||
.endif
|
||||
|
||||
# On some archs GCC-6.3 requires bswap32 built-in.
|
||||
.if ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "riscv" || \
|
||||
${MACHINE_CPUARCH} == "sparc64"
|
||||
.if ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "riscv"
|
||||
SRCS+= bswapdi2.c
|
||||
SRCS+= bswapsi2.c
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue