mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
209 B
CMake
8 lines
209 B
CMake
set(CMAKE_SYSTEM_NAME Generic)
|
|
|
|
set(CMAKE_C_COMPILER riscv32-esp-elf-gcc)
|
|
set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
|
|
set(CMAKE_ASM_COMPILER riscv32-esp-elf-gcc)
|
|
|
|
list(APPEND compile_options "-march=rv32imc")
|