summaryrefslogtreecommitdiff
path: root/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config')
-rw-r--r--samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
index c570a1e..09cae2b 100644
--- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
+++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
@@ -1,8 +1,8 @@
-CT_ARCH_arm=y
-# CT_ARCH_USE_MMU is not set
+CT_ARCH_ARM=y
CT_ARCH_CPU="cortex-m3"
-CT_ARCH_FLOAT_SW=y
CT_ARCH_ARM_MODE_THUMB=y
+# CT_ARCH_USE_MMU is not set
+CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="bare_newlib_cortex_m3_nommu"
CT_ARCH_BINFMT_FLAT=y
CT_LIBC_NEWLIB_IO_C99FMT=y