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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user