changeset 14191:a340d3b95455 libc-960116 libc-960117

(sco5): New case.
author Richard Kenner <kenner@gnu.org>
date Tue, 16 Jan 1996 01:58:43 +0000
parents 395b22713872
children b1bc0f5d8cf3
files config.sub
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Mon Jan 15 22:50:35 1996 +0000
+++ b/config.sub	Tue Jan 16 01:58:43 1996 +0000
@@ -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 @@
 	-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/'`