mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
48004d9dbe
Green Hills MULTI is an IDE for embedded real-time systems. The IDE's product page can be found here: http://www.ghs.com/products/MULTI_IDE.html It supports cross compiling on ARM, Intel x86, and other architectures with various operating systems. The IDE exists on Linux and Windows host systems, but CMake will currently only generate the project files on Windows host systems.
11 lines
311 B
ReStructuredText
11 lines
311 B
ReStructuredText
CMAKE_SYSTEM_PROCESSOR
|
|
----------------------
|
|
|
|
The name of the CPU CMake is building for.
|
|
|
|
This variable is the same as :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` if
|
|
you build for the host system instead of the target system when
|
|
cross compiling.
|
|
|
|
* The Green Hills MULTI generator sets this to ``ARM`` by default
|