mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub: Simplify *-wrs handling.
"wrs" is just a vendor that can be handled with all the other vendor exceptions for two-component cases. `wrs) os=vxworks` can instead be put with the other OS defaults down below. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
ca138e34d0
commit
63fe500bb8
@ -1,3 +1,7 @@
|
|||||||
|
2018-05-23 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
|
* config.sub: Simplify *-wrs handling.
|
||||||
|
|
||||||
2018-05-23 John Ericson <john.ericson@obsidian.systems>
|
2018-05-23 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
* config.sub: Cordon off two-component aliases.
|
* config.sub: Cordon off two-component aliases.
|
||||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -164,7 +164,7 @@ case $1 in
|
|||||||
| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
|
| c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
|
||||||
| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
|
| harris | dolphin | highlevel | gould | cbm | ns | masscomp \
|
||||||
| apple | axis | knuth | cray | microblaze* \
|
| apple | axis | knuth | cray | microblaze* \
|
||||||
| sim | cisco | oki | wec | winbond)
|
| sim | cisco | oki | wec | wrs | winbond)
|
||||||
basic_machine=$field1-$field2
|
basic_machine=$field1-$field2
|
||||||
os=
|
os=
|
||||||
;;
|
;;
|
||||||
@ -572,10 +572,6 @@ case $os in
|
|||||||
;;
|
;;
|
||||||
scout)
|
scout)
|
||||||
;;
|
;;
|
||||||
wrs)
|
|
||||||
os=vxworks
|
|
||||||
basic_machine=$1
|
|
||||||
;;
|
|
||||||
chorusos*)
|
chorusos*)
|
||||||
os=chorusos
|
os=chorusos
|
||||||
basic_machine=$1
|
basic_machine=$1
|
||||||
@ -1749,6 +1745,9 @@ case $basic_machine in
|
|||||||
*-atari*)
|
*-atari*)
|
||||||
os=mint
|
os=mint
|
||||||
;;
|
;;
|
||||||
|
*-wrs)
|
||||||
|
os=vxworks
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
os=none
|
os=none
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user