llvm: fix armv[67] after 0bc26e3254

During the life-cycle of the patch that landed as 0bc26e3254, the
variable names changed and I missed that in the rebase. Use the proper
TARGET_TRIPLE_ABI.

Fixes:			0bc26e3254
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-08-15 13:08:39 -06:00
parent 081c22db85
commit 43b41bee90

View file

@ -41,9 +41,9 @@ BUILD_ARCH?= ${MACHINE_ARCH}
# For all other targets, we stick with 'unknown'.
.if ${TARGET_ARCH:Marm*}
.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
TARGET_ABI= -gnueabihf
TARGET_TRIPLE_ABI=-gnueabihf
.else
TARGET_ABI= -gnueabi
TARGET_TRIPLE_ABI=-gnueabi
.endif
.else
TARGET_TRIPLE_ABI=