Remove sparc64 specific inclusion of bswap32 built-ins.

This commit is contained in:
Warner Losh 2020-02-12 06:56:04 +00:00
parent 1ddf69c1df
commit f0df5b8f27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357798

View file

@ -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