*** empty log message ***
This commit is contained in:
parent
07accdfee7
commit
ad6023b323
1 changed files with 17 additions and 1 deletions
18
config.sub
vendored
18
config.sub
vendored
|
@ -113,6 +113,18 @@ case $basic_machine in
|
|||
basic_machine=i386-unknown
|
||||
os=-isc
|
||||
;;
|
||||
i486v32)
|
||||
basic_machine=i486-unknown
|
||||
os=-sysv32
|
||||
;;
|
||||
i486-sco* | i486sco | sco)
|
||||
basic_machine=i486-unknown
|
||||
os=-sco3.2v2
|
||||
;;
|
||||
i486-isc* | isc)
|
||||
basic_machine=i486-unknown
|
||||
os=-isc
|
||||
;;
|
||||
i386v4*)
|
||||
basic_machine=i386-unknown
|
||||
os=-sysv4
|
||||
|
@ -125,6 +137,10 @@ case $basic_machine in
|
|||
basic_machine=i386-unknown
|
||||
os=-sysv
|
||||
;;
|
||||
i486v)
|
||||
basic_machine=i486-unknown
|
||||
os=-sysv
|
||||
;;
|
||||
spur)
|
||||
basic_machine=spur-unknown
|
||||
;;
|
||||
|
@ -545,7 +561,7 @@ case $basic_machine in
|
|||
*-ns)
|
||||
os=-genix
|
||||
;;
|
||||
i386-*)
|
||||
i[34]86-*)
|
||||
os=-sco3.2v2
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue