powerpc: Disconnect 32-bit powerpc from make universe
World and kernels for 32-bit powerpc can still be built using the buildworld and buildkernel targets. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51194
This commit is contained in:
@@ -9,7 +9,7 @@ MACHINE_ARCH_host32?= ${_HOST_ARCH32}
|
||||
|
||||
MACHINE_ARCH_LIST_arm?= armv7 ${EXTRA_ARCHES_arm}
|
||||
MACHINE_ARCH_LIST_arm64?= aarch64
|
||||
MACHINE_ARCH_LIST_powerpc?= powerpc powerpc64 powerpc64le ${EXTRA_ARCHES_powerpc}
|
||||
MACHINE_ARCH_LIST_powerpc?= powerpc64 powerpc64le ${EXTRA_ARCHES_powerpc}
|
||||
MACHINE_ARCH_LIST_riscv?= riscv64
|
||||
|
||||
.for m in ${TARGET_MACHINE_LIST}
|
||||
|
||||
Reference in New Issue
Block a user