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.config7
1 files changed, 4 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 97a866d..10aceed 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,9 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_ARM=y
CT_ARCH_CPU="cortex-m3"
-CT_ARCH_FLOAT_SW=y
-CT_ARCH_arm=y
-# CT_ARCH_USE_MMU is not set
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