svn commit: r357798 - head/lib/libcompiler_rt
Warner Losh
imp at FreeBSD.org
Wed Feb 12 06:56:05 UTC 2020
Author: imp
Date: Wed Feb 12 06:56:04 2020
New Revision: 357798
URL: https://svnweb.freebsd.org/changeset/base/357798
Log:
Remove sparc64 specific inclusion of bswap32 built-ins.
Modified:
head/lib/libcompiler_rt/Makefile.inc
Modified: head/lib/libcompiler_rt/Makefile.inc
==============================================================================
--- head/lib/libcompiler_rt/Makefile.inc Wed Feb 12 06:54:34 2020 (r357797)
+++ head/lib/libcompiler_rt/Makefile.inc Wed Feb 12 06:56:04 2020 (r357798)
@@ -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
More information about the svn-src-all
mailing list