summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/mips32/Toolchain.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/mips/src/mips32/Toolchain.defs')
-rw-r--r--nuttx/arch/mips/src/mips32/Toolchain.defs10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/arch/mips/src/mips32/Toolchain.defs b/nuttx/arch/mips/src/mips32/Toolchain.defs
index 21974a88a..5aeed13bb 100644
--- a/nuttx/arch/mips/src/mips32/Toolchain.defs
+++ b/nuttx/arch/mips/src/mips32/Toolchain.defs
@@ -104,12 +104,14 @@ ifeq ($(CONFIG_DEBUG_CUSTOMOPT),y)
endif
ifeq ($(CONFIG_ARCH_MIPS_M14K),y)
- MIPS_MARCH = 24kc
- MIPS_MPROCESSOR = elf32pic32mx
- MIPS_MICROMIPS = -mmicromips
-else
MIPS_MARCH = m14k
MIPS_MPROCESSOR = elf32pic32mz
+# MIPS_MICROMIPS = -mmicromips
+# MIPS_MICROMIPS = -mmicromips -minterlink-mips16 -mno-jals
+ MIPS_MICROMIPS = -mmicromips -minterlink-compressed
+else
+ MIPS_MARCH = 24kc
+ MIPS_MPROCESSOR = elf32pic32mx
MIPS_MICROMIPS =
endif