mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add the mipsn32eb TARGET_ARCH to the list of mips targets for the
XLRN32 kernel config. Reviewed by: imp, jmallet
This commit is contained in:
parent
f8813c7576
commit
447552ca4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221216
2
Makefile
2
Makefile
@ -325,7 +325,7 @@ toolchains:
|
||||
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
|
||||
TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
|
||||
TARGET_ARCHES_arm?= arm armeb
|
||||
TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb
|
||||
TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb mipsn32eb
|
||||
TARGET_ARCHES_powerpc?= powerpc powerpc64
|
||||
TARGET_ARCHES_pc98?= i386
|
||||
TARGET_ARCHES_sun4v?= sparc64
|
||||
|
Loading…
Reference in New Issue
Block a user