mirror of https://github.com/ARMmbed/mbed-os.git
Update arm compiler flags which were causing build failures. Remove `-MMD` flag as it is not recognised by the Arm compiler. There are no common flags between compiler, assembler and linker. The compiler expects `-mcpu` whereas assembler and linker expects `--cpu`. The `COMMON_FLAGS` in `cmake/toolchains/ARM.cmake` are not recognised by assembler and linker. Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com> |
||
|---|---|---|
| .. | ||
| Cortex-A9.cmake | ||
| Cortex-M0+.cmake | ||
| Cortex-M0.cmake | ||
| Cortex-M1.cmake | ||
| Cortex-M3.cmake | ||
| Cortex-M4.cmake | ||
| Cortex-M4F.cmake | ||
| Cortex-M7.cmake | ||
| Cortex-M7F.cmake | ||
| Cortex-M7FD.cmake | ||
| Cortex-M23-NS.cmake | ||
| Cortex-M23.cmake | ||
| Cortex-M33-NS.cmake | ||
| Cortex-M33.cmake | ||
| Cortex-M33F-NS.cmake | ||
| Cortex-M33F.cmake | ||
| Cortex-M33FE-NS.cmake | ||
| Cortex-M33FE.cmake | ||