mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
Remove stale reference to EXTRA_ARCHES_arm
Fixes: 7818c2d37c ("armv6: Remove support for building armv6")
This commit is contained in:
parent
072f54bf9f
commit
0d0d6378ad
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ TARGET_MACHINE_LIST?= amd64 arm arm64 i386 powerpc riscv
|
|||
MACHINE_ARCH_host?= ${_HOST_ARCH}
|
||||
MACHINE_ARCH_host32?= ${_HOST_ARCH32}
|
||||
|
||||
MACHINE_ARCH_LIST_arm?= armv7 ${EXTRA_ARCHES_arm}
|
||||
MACHINE_ARCH_LIST_arm?= armv7
|
||||
MACHINE_ARCH_LIST_arm64?= aarch64
|
||||
MACHINE_ARCH_LIST_powerpc?= powerpc64 powerpc64le ${EXTRA_ARCHES_powerpc}
|
||||
MACHINE_ARCH_LIST_riscv?= riscv64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue