comparison config.sub @ 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 4e7c5362c9bd
children e6659990d8f8
comparison
equal deleted inserted replaced
14190:395b22713872 14191:a340d3b95455
1 #! /bin/sh 1 #! /bin/sh
2 # Configuration validation subroutine script, version 1.1. 2 # Configuration validation subroutine script, version 1.1.
3 # Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3 # Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
4 # This file is (in principle) common to ALL GNU software. 4 # This file is (in principle) common to ALL GNU software.
5 # The presence of a machine in this file suggests that SOME GNU software 5 # The presence of a machine in this file suggests that SOME GNU software
6 # can handle that machine. It does not imply ALL GNU software can. 6 # can handle that machine. It does not imply ALL GNU software can.
7 # 7 #
8 # This file is free software; you can redistribute it and/or modify 8 # This file is free software; you can redistribute it and/or modify
86 basic_machine=$1 86 basic_machine=$1
87 ;; 87 ;;
88 -hiux*) 88 -hiux*)
89 os=-hiuxwe2 89 os=-hiuxwe2
90 ;; 90 ;;
91 -sco5)
92 os=sco3.2v5
93 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
94 ;;
91 -sco4) 95 -sco4)
92 os=-sco3.2v4 96 os=-sco3.2v4
93 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'` 97 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
94 ;; 98 ;;
95 -sco3.2.[4-9]*) 99 -sco3.2.[4-9]*)