clang: remove armv6 comment

Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
This commit is contained in:
Minsoo Choo
2025-11-28 19:47:52 -05:00
committed by Warner Losh
parent 53da09369c
commit f3607f5a7f
+2 -2
View File
@@ -36,8 +36,8 @@ CFLAGS+= -DNDEBUG
TARGET_ARCH?= ${MACHINE_ARCH}
BUILD_ARCH?= ${MACHINE_ARCH}
# Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it.
# 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'.
.if ${TARGET_ARCH:Marm*}
.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
TARGET_TRIPLE_ABI=-gnueabihf