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}")