summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-10-05 11:12:11 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-10-05 13:57:03 +0100
commit5c0ce54aaf276a13ac30902e8181faa662289b33 (patch)
tree25a49508a554af8d8c145d18c1e32398c4cd06ce
parentf4962c8d00f00f989b0ecfa0211dc6ec44ec2878 (diff)
downloadml-embedded-evaluation-kit-5c0ce54aaf276a13ac30902e8181faa662289b33.tar.gz
MLECO-2400: Test GNU toolchain 10.3-2021.07
Change-Id: Ifd6d3d72abb1e8ce058e612295d01a148962627e
-rw-r--r--scripts/cmake/cmsis-dsp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/cmsis-dsp.cmake b/scripts/cmake/cmsis-dsp.cmake
index bb26b69..ab2b0f9 100644
--- a/scripts/cmake/cmsis-dsp.cmake
+++ b/scripts/cmake/cmsis-dsp.cmake
@@ -64,7 +64,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
# There is a known issue with -O0 optimisation option that affects
# FFT functions from CMSIS-DSP when compiling with Arm GNU embedded
- # toolchain version 10.2.1
+ # toolchain version 10.2.1 or 10.3-2021.07
if (CMAKE_BUILD_TYPE STREQUAL Debug)
message(WARNING "There are known issues with CMSIS-DSP builds using "
"MVE extension without optimisation. Forcing -O3 "