commit | 16540d07fd62f97838950578008301f1639f33fb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 23 09:14:54 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 23 14:53:48 2019 -0500 |
tree | 52965efab99494fff6ec88ae9e4d9ad2b0efc466 | |
parent | 70f681398521c2ec2a75f612c04c506a0696c3b9 [diff] |
arm: fix -march for ARM11 In GCC 9 support for the Armv5 and Armv5E architectures (which have no known implementations) has been removed, cf. https://gcc.gnu.org/gcc-9/changes.html ARM11 is an armv6 implementation. So change the architecture flag for the compiler to armv6 for ARM11. Suggested-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>