We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778f833 + 261deae commit 8bff51dCopy full SHA for 8bff51d
tools/cmake/cores/Cortex-A9.cmake
@@ -1,10 +1,11 @@
1
-# Copyright (c) 2020 ARM Limited. All rights reserved.
+# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
5
list(APPEND common_options
6
"-mthumb-interwork"
7
"-marm"
8
+ "-march=armv7-a"
9
"-mfpu=vfpv3"
10
"-mfloat-abi=hard"
11
"-mno-unaligned-access"
0 commit comments