]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5c7e1ca54c84166bcc3259ef430e73d7257b699e
tree52965efab99494fff6ec88ae9e4d9ad2b0efc466
parent7b6758dac1cd826e573c1b7016d4eb17ff2a8fe6
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