* config.sub (maybe_os): Remove pdp10 case as it is handled above.

Found by Shellcheck.
This commit is contained in:
Ben Elliston
2018-01-13 21:45:29 +11:00
parent 97447f42ae
commit 1ea2427f47
2 changed files with 5 additions and 4 deletions

4
config.sub vendored
View File

@ -1302,10 +1302,6 @@ case $basic_machine in
vax)
basic_machine=vax-dec
;;
pdp10)
# there are many clones, so DEC is not a safe bet
basic_machine=pdp10-unknown
;;
pdp11)
basic_machine=pdp11-dec
;;