diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2025-11-29 00:47:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-11-29 06:07:12 +0000 |
| commit | f3607f5a7f6923bda8a2efc95d4238a5f1903fff (patch) | |
| tree | a22d9db798272086869167ee660fc4beb50ac160 | |
| parent | 53da09369c42333820762415cb6b829b10362389 (diff) | |
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
| -rw-r--r-- | lib/clang/llvm.build.mk | 4 |
1 files 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 |
