Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: armclang: Handle -mfpu=auto used by cortex-m55
arm-clang utilizes the gcc fpu flags, however -mfpu=auto is not a supported option in arm-clang. For arm-clang we can mimic the auto behavior by just not setting the -mfpu option. Signed-off-by: Kumar Gala <[email protected]>
- Loading branch information