
24 Nov
2019
24 Nov
'19
3:56 p.m.
On Sat, Nov 23, 2019 at 09:14:54AM +0100, Heinrich Schuchardt wrote:
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
Applied to u-boot/master, thanks!
--
Tom