]> gcc.gnu.org Git - gcc.git/commitdiff
Don't discard SCO version number if it's 3.2v4.
authorRichard Stallman <rms@gnu.org>
Thu, 5 Nov 1992 03:15:24 +0000 (03:15 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 5 Nov 1992 03:15:24 +0000 (03:15 +0000)
From-SVN: r2692

gcc/config.sub

index 171854d048877bee55554ac0d4a8bade0c08a476..b8865dcc0dc2077f8be5189e3dc029d0cb9a8025 100755 (executable)
@@ -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
This page took 0.065847 seconds and 5 git commands to generate.