commit | 4eadae99d4277b55bedb7b4329c0382d60ad461e | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri May 29 11:44:53 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri May 29 11:44:53 2020 +0200 |
tree | 640d5b931eb4f38a11c2a8ce781793eede4dbe9b | |
parent | 217eddd032753519e62ea12ccf2f25caae0ea8cc [diff] [blame] |
CMSIS-DSP: Test framework improvement Added gcc support for M55 FVP.
diff --git a/CMSIS/DSP/gcc.cmake b/CMSIS/DSP/gcc.cmake index 81a7530..3f7b6e6 100644 --- a/CMSIS/DSP/gcc.cmake +++ b/CMSIS/DSP/gcc.cmake
@@ -59,6 +59,7 @@ endif() add_link_options("-Wl,--start-group") +#add_link_options("-mcpu=${ARM_CPU}") # Where is the target environment #SET(CMAKE_FIND_ROOT_PATH "${tools}")