diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-06-28 00:16:12 +0200 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-06-28 00:16:12 +0200 |
| commit | 17fedd17fc0d9b1bf00dacdbe6834523db9abdb4 (patch) | |
| tree | 82c233ae5a86e6320403c84be53853403968a091 /toolchain/cortex-m4.cmake | |
| parent | 2d734d7ea8c9501e296bcd13cbecbf22396e5d5e (diff) | |
Set CMAKE_SYSTEM_NAME to Generic
Diffstat (limited to 'toolchain/cortex-m4.cmake')
| -rw-r--r-- | toolchain/cortex-m4.cmake | 2 |
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")
|
