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 3d4d63dda2
commit 068bb36a6d
+2 -1
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