summaryrefslogtreecommitdiff
path: root/samples/arm-bare_newlib_cortex_m3_nommu-eabi
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-07 05:18:43 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:57 (GMT)
commit1b207d0adc5f78f000a7d8ca4431515790639da9 (patch)
tree675da8e9b67376a6d61c4a51a769758356009f7f /samples/arm-bare_newlib_cortex_m3_nommu-eabi
parent4bd6d5f5603e9733852f18fb604eea8f04cd94cc (diff)
Allow packages to define "relevant" part of the version
E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/arm-bare_newlib_cortex_m3_nommu-eabi')
-rw-r--r--samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config4
1 files changed, 2 insertions, 2 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 1aa9993..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_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