Page MenuHomeFreeBSD

D45644.1789288936.diff
No OneTemporary

Size
491 B
Referenced Files
None
Subscribers
None

D45644.1789288936.diff

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

Mime Type
text/plain
Expires
Sun, Sep 13, 8:42 AM (1 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29583775
Default Alt Text
D45644.1789288936.diff (491 B)

Event Timeline