Current Pinguino toolchain uses prefix p32 instead of mips

This commit is contained in:
Gregory Nutt 2015-02-21 19:41:26 -06:00
parent 0dc70108b8
commit c5b3e3e7aa

View File

@ -183,7 +183,8 @@ endif
# Pinguino mips-elf toolchain under Windows
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),PINGUINOW)
CROSSDEV ?= mips-
#CROSSDEV ?= mips-
CROSSDEV ?= p32-
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
WINTOOL = y
endif