mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub (maybe_os): Remove pdp10 case as it is handled above.
Found by Shellcheck.
This commit is contained in:
parent
97447f42ae
commit
1ea2427f47
@ -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
4
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user