summaryrefslogtreecommitdiff
path: root/toolchain/cortex-m4.cmake
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-06-28 00:16:12 +0200
committergkostka <kostka.grzegorz@gmail.com>2015-06-28 00:16:12 +0200
commit17fedd17fc0d9b1bf00dacdbe6834523db9abdb4 (patch)
tree82c233ae5a86e6320403c84be53853403968a091 /toolchain/cortex-m4.cmake
parent2d734d7ea8c9501e296bcd13cbecbf22396e5d5e (diff)
Set CMAKE_SYSTEM_NAME to Generic
Diffstat (limited to 'toolchain/cortex-m4.cmake')
-rw-r--r--toolchain/cortex-m4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/cortex-m4.cmake b/toolchain/cortex-m4.cmake
index 0d06ec3..cc32aa6 100644
--- a/toolchain/cortex-m4.cmake
+++ b/toolchain/cortex-m4.cmake
@@ -1,5 +1,5 @@
# Name of the target
-set(CMAKE_SYSTEM_NAME arm-none-eabi)
+set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
set(MCPU_FLAGS "-mthumb -mcpu=cortex-m4")