mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
ADSP: Add dedicated platform module
This commit is contained in:
@@ -28,6 +28,7 @@ Environment Variables that Control the Build
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/envvar/ADSP_ROOT
|
||||
/envvar/CMAKE_APPLE_SILICON_PROCESSOR
|
||||
/envvar/CMAKE_BUILD_PARALLEL_LEVEL
|
||||
/envvar/CMAKE_BUILD_TYPE
|
||||
|
||||
@@ -301,6 +301,28 @@ Windows Store may look like this:
|
||||
set(CMAKE_SYSTEM_NAME WindowsStore)
|
||||
set(CMAKE_SYSTEM_VERSION 8.1)
|
||||
|
||||
.. _`Cross Compiling for ADSP SHARC/Blackfin`:
|
||||
|
||||
Cross Compiling for ADSP SHARC/Blackfin
|
||||
---------------------------------------
|
||||
|
||||
Cross-compiling for ADSP SHARC or Blackfin can be configured
|
||||
by setting the :variable:`CMAKE_SYSTEM_NAME` variable to ``ADSP``
|
||||
and the :variable:`CMAKE_SYSTEM_PROCESSOR` variable
|
||||
to the "part number", excluding the ``ADSP-`` prefix,
|
||||
for example, ``21594``, ``SC589``, etc.
|
||||
This value is case insensitive.
|
||||
|
||||
CMake will automatically search for CCES or VDSP++ installs
|
||||
in their default install locations
|
||||
and select the most recent version found.
|
||||
CCES will be selected over VDSP++ if both are installed.
|
||||
Custom install paths can be set via the :variable:`CMAKE_ADSP_ROOT` variable
|
||||
or the :envvar:`ADSP_ROOT` environment variable.
|
||||
|
||||
The compiler (``cc21k`` vs. ``ccblkfn``) is selected automatically
|
||||
based on the :variable:`CMAKE_SYSTEM_PROCESSOR` value provided.
|
||||
|
||||
.. _`Cross Compiling for Android`:
|
||||
|
||||
Cross Compiling for Android
|
||||
|
||||
@@ -346,6 +346,7 @@ Variables that Control the Build
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/variable/CMAKE_ADSP_ROOT
|
||||
/variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS
|
||||
/variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS
|
||||
/variable/CMAKE_ANDROID_API
|
||||
|
||||
Reference in New Issue
Block a user