mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
libcompiler_rt/libgcc_s: Remove MIPS build glue.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39328
This commit is contained in:
parent
7d8e1e8dd9
commit
1ab9996fb5
@ -189,8 +189,7 @@ SRCF+= trunctfsf2
|
||||
.endif
|
||||
|
||||
# These are already shipped by libc.a on some architectures.
|
||||
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" && \
|
||||
${MACHINE_CPUARCH} != "riscv"
|
||||
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "riscv"
|
||||
SRCF+= adddf3
|
||||
SRCF+= addsf3
|
||||
SRCF+= divdf3
|
||||
@ -207,7 +206,7 @@ SRCF+= subsf3
|
||||
SRCF+= truncdfsf2
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
|
||||
.if ${MACHINE_CPUARCH} != "arm"
|
||||
SRCF+= comparedf2
|
||||
SRCF+= comparesf2
|
||||
.endif
|
||||
@ -218,10 +217,6 @@ SRCF+= comparesf2
|
||||
|
||||
SRCF+= stdatomic
|
||||
CFLAGS+= -DEMIT_SYNC_ATOMICS
|
||||
.elif ${MACHINE_CPUARCH} == "mips"
|
||||
.PATH: ${SRCTOP}/sys/mips/mips
|
||||
|
||||
SRCF+= stdatomic
|
||||
.endif
|
||||
|
||||
.for file in ${SRCF}
|
||||
|
@ -48,8 +48,7 @@ SRCS+= s_scalbnf.c
|
||||
|
||||
# Don't include long double routines on architectures where long double
|
||||
# is the same size as double.
|
||||
.if ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "powerpc"
|
||||
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "powerpc"
|
||||
SRCS+= s_fmaxl.c
|
||||
SRCS+= s_logbl.c
|
||||
SRCS+= s_scalbnl.c
|
||||
|
Loading…
Reference in New Issue
Block a user