Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144287031
D45644.id139997.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D45644.id139997.diff
View Options
diff --git a/lib/libclang_rt/compiler-rt-vars.mk b/lib/libclang_rt/compiler-rt-vars.mk
--- a/lib/libclang_rt/compiler-rt-vars.mk
+++ b/lib/libclang_rt/compiler-rt-vars.mk
@@ -5,7 +5,7 @@
# armv[67] is a bit special since we allow a soft-floating version via
# CPUTYPE matching *soft*. This variant may not actually work though.
-.if ${MACHINE_ARCH:Marmv[67]*} != "" && \
+.if ${MACHINE_CPUARCH} == "arm" && \
(!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
CRTARCH?= armhf
.else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 4:03 PM (14 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28470509
Default Alt Text
D45644.id139997.diff (491 B)
Attached To
Mode
D45644: libclang_rt: Simplify the arm check
Attached
Detach File
Event Timeline
Log In to Comment