Commit b222feb2 by Richard Stallman

Don't discard SCO version number if it's 3.2v4.

From-SVN: r2692
parent 04bd3acf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment