* config.sub (arm*-*-none-eabi): Recognise.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
John Ericson
2018-05-05 21:09:43 +10:00
committed by Ben Elliston
parent 65463c5913
commit 09df750b99
3 changed files with 13 additions and 0 deletions

6
config.sub vendored
View File

@ -1550,6 +1550,12 @@ case $os in
;;
-none)
;;
-*-eabi)
case $basic_machine in
arm*)
;;
esac
;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`