commit | 80a30a631175d355b183b38126172291c832cbe4 | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Sat Oct 01 22:01:47 2022 +0800 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Thu Oct 06 16:34:33 2022 +0200 |
tree | 20dc1ba2145e87ac9d32cac755a4225e6c9a7560 | |
parent | 6faa2db830d6e7d1dcbe3aad7ed13d485258aef6 [diff] |
Build: Fix Cortex-M23 build failure in GCC >= 8.0 Cortex-M23 doesn't support '+nofp' feature option in GCC >= 8.0. Specify the CPU list which support '+nofp' and other CPUs are not added with '+nofp'. Change-Id: Ie6d42256415ac96e868ffb8e5bf639f0c1028bcb Signed-off-by: David Hu <david.hu@arm.com>