mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 22:53:01 +00:00
Current Pinguino toolchain uses prefix p32 instead of mips
This commit is contained in:
parent
0dc70108b8
commit
c5b3e3e7aa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue