summaryrefslogtreecommitdiff
path: root/toolchain/cortex-m3.cmake
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-12-09 21:23:31 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-12-09 21:23:31 +0100
commitf5be9f5ec391ee19a442c5db5f1ebb6660ce685d (patch)
tree4397b542721f0e0d50a7bbc2dbc1f495c59fc43c /toolchain/cortex-m3.cmake
parent288fc85b5ec47252d148a95cc6de9e59710d87f5 (diff)
Convert to linux line endings in multiple files
Diffstat (limited to 'toolchain/cortex-m3.cmake')
-rw-r--r--toolchain/cortex-m3.cmake18
1 files changed, 9 insertions, 9 deletions
diff --git a/toolchain/cortex-m3.cmake b/toolchain/cortex-m3.cmake
index 1376b5c..69c514d 100644
--- a/toolchain/cortex-m3.cmake
+++ b/toolchain/cortex-m3.cmake
@@ -1,9 +1,9 @@
-# Name of the target
-set(CMAKE_SYSTEM_NAME Generic)
-set(CMAKE_SYSTEM_PROCESSOR cortex-m3)
-
-set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")
-set(VFP_FLAGS "")
-set(LD_FLAGS "-nostartfiles")
-
-include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
+# Name of the target
+set(CMAKE_SYSTEM_NAME Generic)
+set(CMAKE_SYSTEM_PROCESSOR cortex-m3)
+
+set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")
+set(VFP_FLAGS "")
+set(LD_FLAGS "-nostartfiles")
+
+include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)