The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f3607f5a7f6923bda8a2efc95d4238a5f1903fff
commit f3607f5a7f6923bda8a2efc95d4238a5f1903fff Author: Minsoo Choo <[email protected]> AuthorDate: 2025-11-29 00:47:52 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-11-29 06:07:12 +0000 clang: remove armv6 comment Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1903 --- lib/clang/llvm.build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/clang/llvm.build.mk b/lib/clang/llvm.build.mk index e88b2ff1033e..a26e15679242 100644 --- a/lib/clang/llvm.build.mk +++ b/lib/clang/llvm.build.mk @@ -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
