* 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

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove pdp10 case as it is handled above.
Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (basic_machine): Remove first pdp11 case so that the

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
;;