Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 06:56:05 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357798 - head/lib/libcompiler_rt
Message-ID:  <202002120656.01C6u5Ic028445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002120656.01C6u5Ic028445>