Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150253329
D13874.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
D13874.id.diff
View Options
Index: head/lib/libgcc_s/Makefile
===================================================================
--- head/lib/libgcc_s/Makefile
+++ head/lib/libgcc_s/Makefile
@@ -28,12 +28,18 @@
SRCS+= s_fabsl.c
SRCS+= s_fmax.c
SRCS+= s_fmaxf.c
-SRCS+= s_fmaxl.c
SRCS+= s_logb.c
SRCS+= s_logbf.c
-SRCS+= s_logbl.c
SRCS+= s_scalbn.c
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"
+SRCS+= s_fmaxl.c
+SRCS+= s_logbl.c
SRCS+= s_scalbnl.c
+.endif
.include <bsd.lib.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 3:55 PM (8 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30635159
Default Alt Text
D13874.id.diff (659 B)
Attached To
Mode
D13874: Don't include long double routines on architectures with small long double.
Attached
Detach File
Event Timeline
Log In to Comment