diff options
author | Chris Wright <chris.wright@mqa.co.uk> | 2022-03-24 09:52:39 (GMT) |
---|---|---|
committer | Chris Wright <chris.wright@mqa.co.uk> | 2022-04-04 15:56:47 (GMT) |
commit | e9eabb0dcdb2fd8084135e02a1ad63047f8ae772 (patch) | |
tree | 89d5446f68cba13ab2eed308c21e6a493ddb95d7 /Help/release/dev | |
parent | 88b38f531adb90af752eb5af0f90eab0ee4343ae (diff) | |
download | CMake-e9eabb0dcdb2fd8084135e02a1ad63047f8ae772.zip CMake-e9eabb0dcdb2fd8084135e02a1ad63047f8ae772.tar.gz CMake-e9eabb0dcdb2fd8084135e02a1ad63047f8ae772.tar.bz2 |
ADSP: Configure compiler in compiler module
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/adsp-platform-and-compilers.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/dev/adsp-platform-and-compilers.rst b/Help/release/dev/adsp-platform-and-compilers.rst index 0eeda43..3b8ac5a 100644 --- a/Help/release/dev/adsp-platform-and-compilers.rst +++ b/Help/release/dev/adsp-platform-and-compilers.rst @@ -2,4 +2,6 @@ adsp-platform-and-compilers --------------------------- * The ADSP compiler (SHARC and Blackfin) now supports - both CCES and VDSP++ installations. + both CCES and VDSP++ installations, + with required configuration now done in the compiler module itself + rather than the Generic-ADSP platform module. |