ARM: 8854/1: drop -mauto-it
authorStefan Agner <stefan@agner.ch>
Sat, 23 Mar 2019 11:14:25 +0000 (12:14 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 23 Apr 2019 16:21:30 +0000 (17:21 +0100)
commitfe4fb990202e3f525ebfb95999cc4ea2a4dfa4e1
tree03c564f4eb45a180f4bd6529967c38a1a8816c86
parente8c24bbda7d5eba6df5ca45e5462fd3f96b8f217
ARM: 8854/1: drop -mauto-it

The assembler option -mauto-it is no longer a valid option. The last
remaining references have been removed from the documentation in
July 2009 [0].

The currently supported binutils version is 2.20 (released in
September 2009) or higher where gas supports -mimplicit-it=always.
Drop the fallback to -mauto-it and use -mimplicit-it=always only.

[0] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=529707530657a333a304c651c808ea630c955223

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Makefile