Current Pinguino toolchain uses prefix p32 instead of mips
This commit is contained in:
parent
0dc70108b8
commit
c5b3e3e7aa
@ -183,7 +183,8 @@ endif
|
|||||||
# Pinguino mips-elf toolchain under Windows
|
# Pinguino mips-elf toolchain under Windows
|
||||||
|
|
||||||
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),PINGUINOW)
|
ifeq ($(CONFIG_MIPS32_TOOLCHAIN),PINGUINOW)
|
||||||
CROSSDEV ?= mips-
|
#CROSSDEV ?= mips-
|
||||||
|
CROSSDEV ?= p32-
|
||||||
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
|
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||||
WINTOOL = y
|
WINTOOL = y
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user