Date: Sat, 29 Nov 2025 06:11:54 +0000 From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Minsoo Choo <minsoochoo0122@proton.me> Subject: git: f3607f5a7f69 - main - clang: remove armv6 comment Message-ID: <692a8eaa.214d0.74157ab8@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f3607f5a7f6923bda8a2efc95d4238a5f1903fff commit f3607f5a7f6923bda8a2efc95d4238a5f1903fff Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2025-11-29 00:47:52 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-11-29 06:07:12 +0000 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 --- 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=-gnueabihfhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692a8eaa.214d0.74157ab8>
