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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"