* config.sub (maybe_os): Remove i386-vsta which can never match

due to an earlier pattern (but retain vsta). Found by Shellcheck.
	* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston
2018-01-13 20:01:54 +11:00
parent e9ecf4f360
commit e9fbad7e05
3 changed files with 9 additions and 1 deletions

2
config.sub vendored
View File

@ -774,7 +774,7 @@ case $basic_machine in
basic_machine=i386-mach
os=-mach
;;
i386-vsta | vsta)
vsta)
basic_machine=i386-unknown
os=-vsta
;;