]> code.delx.au - gnu-emacs/commitdiff
(sco5): New case.
authorRichard Kenner <kenner@gnu.org>
Tue, 16 Jan 1996 01:58:43 +0000 (01:58 +0000)
committerRichard Kenner <kenner@gnu.org>
Tue, 16 Jan 1996 01:58:43 +0000 (01:58 +0000)
config.sub

index 891879469fe4097aed17f5180a9192de59809e7e..0e273f256b833c21a3f9cb7cf1db77809a4d0896 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
 # can handle that machine.  It does not imply ALL GNU software can. 
@@ -88,6 +88,10 @@ case $os in
        -hiux*)
                os=-hiuxwe2
                ;;
+       -sco5)
+               os=sco3.2v5
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
+               ;;
        -sco4)
                os=-sco3.2v4
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`