* config.sub (maybe_os): Remove duplicate case for sh.

* testsuite/config-sub.data: Add test cases for sh and sh-elf.
This commit is contained in:
Ben Elliston
2018-01-13 23:06:49 +11:00
parent f22522a600
commit 8af31e838c
3 changed files with 7 additions and 4 deletions

4
config.sub vendored
View File

@ -1098,10 +1098,6 @@ case $basic_machine in
sequent)
basic_machine=i386-sequent
;;
sh)
basic_machine=sh-hitachi
os=-hms
;;
sh5el)
basic_machine=sh5le-unknown
;;