We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da093 commit f3607f5Copy full SHA for f3607f5
lib/clang/llvm.build.mk
@@ -36,8 +36,8 @@ CFLAGS+= -DNDEBUG
36
TARGET_ARCH?= ${MACHINE_ARCH}
37
BUILD_ARCH?= ${MACHINE_ARCH}
38
39
-# Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it.
40
-# For all other targets, we stick with 'unknown'.
+# Arm uses hard float abi, unless the CPUTYPE has soft in it. For all other
+# targets, we stick with 'unknown'.
41
.if ${TARGET_ARCH:Marm*}
42
.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
43
TARGET_TRIPLE_ABI=-gnueabihf
0 commit comments