Convert to linux line endings in multiple files
[lwext4.git] / toolchain / arm-sim.cmake
index 1c372f393e4d6b14443eadcd9c8ffa2d17b1eee6..0b3c944ad7aeca6ae9aa5e6e464fce42b38f4004 100644 (file)
@@ -1,9 +1,9 @@
-# Name of the target\r
-set(CMAKE_SYSTEM_NAME Generic)\r
-set(CMAKE_SYSTEM_PROCESSOR arm-sim)\r
-\r
-set(MCPU_FLAGS "")\r
-set(VFP_FLAGS "")\r
-set(LD_FLAGS "--specs=rdimon.specs -Wl,--start-group -lgcc -lc -lm -lrdimon -Wl,--end-group")\r
-\r
-include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)\r
+# Name of the target
+set(CMAKE_SYSTEM_NAME Generic)
+set(CMAKE_SYSTEM_PROCESSOR arm-sim)
+
+set(MCPU_FLAGS "")
+set(VFP_FLAGS "")
+set(LD_FLAGS "--specs=rdimon.specs -Wl,--start-group -lgcc -lc -lm -lrdimon -Wl,--end-group")
+
+include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)