Add MIPS to the list of known arches.
This commit is contained in:
parent
8759b840e6
commit
643d58f9c0
@ -121,7 +121,7 @@ TARGET= ${TARGET_ARCH}
|
||||
TARGET?= ${MACHINE}
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
|
||||
KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v
|
||||
KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 mips powerpc sparc64 sparc64/sun4v
|
||||
.if ${TARGET} == ${TARGET_ARCH}
|
||||
_t= ${TARGET}
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user