summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1996-01-16 01:58:43 +0000
committerRichard Kenner <kenner@gnu.org>1996-01-16 01:58:43 +0000
commitd008bcf32c5af4dc80a37cd6cc0bd29982a69e53 (patch)
tree06c274871de08594e5573e6110cd9ecbe93efef0
parent4984f343aaba69b59f0ee02c3e44059ef5e40180 (diff)
(sco5): New case.cvs/libc-960116
-rwxr-xr-xconfig.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 891879469f..0e273f256b 100755
--- a/config.sub
+++ b/config.sub
@@ -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/'`