Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146099927
D42445.id129638.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
563 B
Referenced Files
None
Subscribers
None
D42445.id129638.diff
View Options
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -55,8 +55,8 @@
# Use a more efficient TLS model for libc since we can reasonably assume that
# it will be loaded during program startup.
.if ${LIBC_ARCH} == "aarch64" || ${LIBC_ARCH} == "amd64" || \
- ${LIBC_ARCH} == "i386" || ${LIBC_ARCH} == "riscv" || \
- ${LIBC_ARCH:Mpowerpc*} != ""
+ ${LIBC_ARCH} == "arm" || ${LIBC_ARCH} == "i386" || \
+ ${LIBC_ARCH} == "riscv" || ${LIBC_ARCH:Mpowerpc*} != ""
CFLAGS+= -ftls-model=initial-exec
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 7:51 PM (12 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29080452
Default Alt Text
D42445.id129638.diff (563 B)
Attached To
Mode
D42445: libc: enable initial-exec (IE) as default thread-local storage model on arm
Attached
Detach File
Event Timeline
Log In to Comment