commit | 3d73d16515ca97e66e904efdc719b56caa7f1486 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Mar 15 16:18:16 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Oct 16 13:47:59 2023 +0200 |
tree | f18def5eaf52aa3a4350ea36776f48bcba9d91e4 | |
parent | 9cd2e1431b799da3a53d66ed96de8b29ef897dfa [diff] |
fix(build): allow gcc linker on Aarch32 platforms When trying to compile and link with gcc on an Aarch32 platform, there is the following error: arm-none-eabi-gcc: error: unrecognized command-line option '-mno-fix-cortex-a53-843419'; did you mean '-mno-fix-cortex-m3-ldrd'? This option seems specific to Aarch64 version of GCC. Enclose it with a check on ARCH=aarch64. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I8c8cb784ce2f2938c4c6999745dda09ee9a5669d