Sblock fill by using to_le32/to_le_16 macros & drop gdt_reserved blocks
[lwext4.git] / toolchain / cortex-m4.cmake
index 617e8842054fbb1b4e3dcd7c8ea4a73b6a108776..cc32aa66ab7fa948908a6e9c64be9b1a21af534d 100644 (file)
@@ -1,18 +1,9 @@
 # Name of the target\r
-SET(CMAKE_SYSTEM_NAME Generic)\r
+set(CMAKE_SYSTEM_NAME Generic)\r
 set(CMAKE_SYSTEM_PROCESSOR cortex-m4)\r
 \r
-# Toolchain settings\r
-set(CMAKE_C_COMPILER    arm-none-eabi-gcc)\r
-set(CMAKE_CXX_COMPILER  arm-none-eabi-g++)\r
-set(AS                  arm-none-eabi-as)\r
-set(AR                  arm-none-eabi-ar)\r
-set(OBJCOPY             arm-none-eabi-objcopy)\r
-set(OBJDUMP             arm-none-eabi-objdump)\r
-set(SIZE                arm-none-eabi-size)\r
-\r
-set(CMAKE_C_FLAGS   "-mthumb -mcpu=cortex-m4 -Os -fno-builtin -Wall -std=gnu99 -fdata-sections -ffunction-sections" CACHE INTERNAL "c compiler flags")\r
-set(CMAKE_CXX_FLAGS "-mthumb -mcpu=cortex-m4 -Os -fno-builtin -Wall -fdata-sections -ffunction-sections" CACHE INTERNAL "cxx compiler flags")\r
-set(CMAKE_ASM_FLAGS "-mthumb -mcpu=cortex-m4" CACHE INTERNAL "asm compiler flags")\r
-set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -Wl,--gc-sections -mthumb -mcpu=cortex-m4" CACHE INTERNAL "exe link flags")\r
+set(MCPU_FLAGS "-mthumb -mcpu=cortex-m4")\r
+set(VFP_FLAGS "-mfloat-abi=hard -mfpu=fpv4-sp-d16")\r
+set(LD_FLAGS "-nostartfiles")\r
 \r
+include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file