commit | fe27d87751747a8fe07ef626d620eb3d62c29d2f | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Jul 31 07:20:18 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Jul 31 07:20:18 2020 +0200 |
tree | cbb668ea1d08501a428e07a608cf31fbe9c895e2 | |
parent | 718c3ba857ce82722a5d385b6c796a8e95ca0cd9 [diff] [blame] |
CMSIS-DSP: Test framework improvement Added a new core.
diff --git a/CMSIS/DSP/Toolchain/GCC.cmake b/CMSIS/DSP/Toolchain/GCC.cmake index 818f92a..eeed0e4 100644 --- a/CMSIS/DSP/Toolchain/GCC.cmake +++ b/CMSIS/DSP/Toolchain/GCC.cmake
@@ -35,7 +35,7 @@ target_compile_options(${PROJECTNAME} PUBLIC "-mlittle-endian") endif() - if (CORTEXM) + if (CORTEXM OR CORTEXR) target_compile_options(${PROJECTNAME} PUBLIC "-mthumb") endif()