Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102839312
D39328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39328.diff
View Options
diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc
--- a/lib/libcompiler_rt/Makefile.inc
+++ b/lib/libcompiler_rt/Makefile.inc
@@ -189,8 +189,7 @@
.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+= truncdfsf2
.endif
-.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
+.if ${MACHINE_CPUARCH} != "arm"
SRCF+= comparedf2
SRCF+= comparesf2
.endif
@@ -218,10 +217,6 @@
SRCF+= stdatomic
CFLAGS+= -DEMIT_SYNC_ATOMICS
-.elif ${MACHINE_CPUARCH} == "mips"
-.PATH: ${SRCTOP}/sys/mips/mips
-
-SRCF+= stdatomic
.endif
.for file in ${SRCF}
diff --git a/lib/libgcc_s/Makefile b/lib/libgcc_s/Makefile
--- a/lib/libgcc_s/Makefile
+++ b/lib/libgcc_s/Makefile
@@ -48,8 +48,7 @@
# 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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 8:24 PM (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14704159
Default Alt Text
D39328.diff (1 KB)
Attached To
Mode
D39328: libcompiler_rt/libgcc_s: Remove MIPS build glue.
Attached
Detach File
Event Timeline
Log In to Comment