arm: fix -march for ARM11
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 23 Nov 2019 08:14:54 +0000 (09:14 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 23 Nov 2019 19:53:48 +0000 (14:53 -0500)
commit16540d07fd62f97838950578008301f1639f33fb
tree52965efab99494fff6ec88ae9e4d9ad2b0efc466
parent70f681398521c2ec2a75f612c04c506a0696c3b9
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>
arch/arm/Makefile