067a19ad88
Should restore compatibility with cmake pre-v3.7
7 lines
246 B
CMake
7 lines
246 B
CMake
set(CMAKE_SYSTEM_NAME Generic)
|
|
|
|
set(CMAKE_C_COMPILER xtensa-esp32-elf-gcc)
|
|
set(CMAKE_CXX_COMPILER xtensa-esp32-elf-g++)
|
|
set(CMAKE_ASM_COMPILER xtensa-esp32-elf-gcc)
|
|
|
|
set(CMAKE_EXE_LINKER_FLAGS "-nostdlib" CACHE STRING "Linker Base Flags")
|