Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136786144
D26199.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D26199.diff
View Options
Index: libexec/rtld-elf/i386/Makefile.inc
===================================================================
--- libexec/rtld-elf/i386/Makefile.inc
+++ libexec/rtld-elf/i386/Makefile.inc
@@ -1,3 +1,7 @@
# $FreeBSD$
+.if ${COMPILER_TYPE} == "gcc"
+# GCC 9 requires functions from libcompiler_rt.
+LIBADD+= compiler_rt
+.endif
CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float -fvisibility=hidden
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 20, 1:13 PM (1 m, 7 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25727263
Default Alt Text
D26199.diff (390 B)
Attached To
Mode
D26199: GCC 9 require builtins from libcompiler_rt for i386 rtld.
Attached
Detach File
Event Timeline
Log In to Comment