summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-21 19:41:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-21 19:41:26 -0600
commitf640800a295eb9ba73a44aad32f419843ff2f4ee (patch)
treedb1a2fcc182de3399eca7d043080173859952391
parent3dcd6ea60008981323786d34b2a141aa5a420aaa (diff)
downloadnuttx-f640800a295eb9ba73a44aad32f419843ff2f4ee.tar.gz
nuttx-f640800a295eb9ba73a44aad32f419843ff2f4ee.tar.bz2
nuttx-f640800a295eb9ba73a44aad32f419843ff2f4ee.zip
Current Pinguino toolchain uses prefix p32 instead of mips
-rw-r--r--nuttx/arch/mips/src/mips32/Toolchain.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/mips32/Toolchain.defs b/nuttx/arch/mips/src/mips32/Toolchain.defs
index 4f031f3e0..8509b5dee 100644
--- a/nuttx/arch/mips/src/mips32/Toolchain.defs
+++ b/nuttx/arch/mips/src/mips32/Toolchain.defs
@@ -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