Don't discard SCO version number if it's 3.2v4.
From-SVN: r2692
This commit is contained in:
parent
04bd3acfe6
commit
b222feb22f
5
gcc/config.sub
vendored
5
gcc/config.sub
vendored
@ -66,6 +66,11 @@ case $os in
|
||||
os=
|
||||
basic_machine=$1
|
||||
;;
|
||||
-sco3.2v[4-9]*)
|
||||
# Don't forget version if it is 3.2v4 or newer.
|
||||
os=-sco3.2v4
|
||||
basic_machine=i386-unknown
|
||||
;;
|
||||
-sco*)
|
||||
os=-sco3.2v2
|
||||
basic_machine=i386-unknown
|
||||
|
Loading…
Reference in New Issue
Block a user