mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Stop trimming 'hf' suffixes from MACHINE_ARCH.
This was only used for MIPS hard-float architectures. Reviewed by: imp Sponsored by: The University of Cambridge, Google Inc. Differential Revision: https://reviews.freebsd.org/D34018
This commit is contained in:
parent
ccf50c1df9
commit
0a902e4261
1 changed files with 2 additions and 2 deletions
|
|
@ -138,9 +138,9 @@ TARGET_ABI= gnueabi
|
|||
.endif
|
||||
.endif
|
||||
MACHINE_ABI?= unknown
|
||||
MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/:C/[hs]f$//}-${MACHINE_ABI}-freebsd14.0
|
||||
MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/:C/sf$//}-${MACHINE_ABI}-freebsd14.0
|
||||
TARGET_ABI?= unknown
|
||||
TARGET_TRIPLE?= ${TARGET_ARCH:S/amd64/x86_64/:C/[hs]f$//}-${TARGET_ABI}-freebsd14.0
|
||||
TARGET_TRIPLE?= ${TARGET_ARCH:S/amd64/x86_64/:C/sf$//}-${TARGET_ABI}-freebsd14.0
|
||||
KNOWN_ARCHES?= aarch64/arm64 \
|
||||
amd64 \
|
||||
armv6/arm \
|
||||
|
|
|
|||
Loading…
Reference in a new issue