mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
- CC-RX for RX architecture - CC-RL for RL78 architecture - CC-RH for RH850 architecture Closes: #26880
11 lines
306 B
CMake
11 lines
306 B
CMake
|
|
include(Compiler/Renesas)
|
|
__compiler_renesas(C)
|
|
|
|
set(CMAKE_C90_STANDARD_COMPILE_OPTION "-lang=c")
|
|
set(CMAKE_C90_EXTENSION_COMPILE_OPTION "-lang=c")
|
|
set(CMAKE_C99_STANDARD_COMPILE_OPTION "-lang=c99")
|
|
set(CMAKE_C99_EXTENSION_COMPILE_OPTION "-lang=c99")
|
|
|
|
__compiler_check_default_language_standard(C 1.0 90)
|