mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub (maybe_os): Remove hppa-next which can never match
due to an earlier pattern. Found by Shellcheck. * testsuite/config-sub.data: Add test cases.
This commit is contained in:
parent
e9fbad7e05
commit
a9f681360d
@ -1,3 +1,9 @@
|
||||
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (maybe_os): Remove hppa-next which can never match
|
||||
due to an earlier pattern. Found by Shellcheck.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (maybe_os): Remove i386-vsta which can never match
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -740,9 +740,6 @@ case $basic_machine in
|
||||
hp9k8[0-9][0-9] | hp8[0-9][0-9])
|
||||
basic_machine=hppa1.0-hp
|
||||
;;
|
||||
hppa-next)
|
||||
os=-nextstep3
|
||||
;;
|
||||
hppaosf)
|
||||
basic_machine=hppa1.1-hp
|
||||
os=-osf
|
||||
|
@ -149,6 +149,7 @@ hppa2.0 hppa2.0-unknown-none
|
||||
hppa2.0n hppa2.0n-unknown-none
|
||||
hppa64 hppa64-unknown-none
|
||||
hppa hppa-unknown-none
|
||||
hppa-next hppa-next-nextstep
|
||||
i370 i370-ibm-mvs
|
||||
i386-aros i386-pc-aros
|
||||
i386-bitrig i386-pc-bitrig
|
||||
|
Loading…
x
Reference in New Issue
Block a user