Skip to content

Commit f3607f5

Browse files
mchoo7bsdimp
authored andcommitted
clang: remove armv6 comment
Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: #1903
1 parent 53da093 commit f3607f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/clang/llvm.build.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ CFLAGS+= -DNDEBUG
3636
TARGET_ARCH?= ${MACHINE_ARCH}
3737
BUILD_ARCH?= ${MACHINE_ARCH}
3838

39-
# Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it.
40-
# For all other targets, we stick with 'unknown'.
39+
# Arm uses hard float abi, unless the CPUTYPE has soft in it. For all other
40+
# targets, we stick with 'unknown'.
4141
.if ${TARGET_ARCH:Marm*}
4242
.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
4343
TARGET_TRIPLE_ABI=-gnueabihf

0 commit comments

Comments
 (0)