diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-15 20:58:43 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-15 20:58:43 -0500 |
commit | de93b35508928176f129b181d486af1d6ddd453b (patch) | |
tree | c6c42045138a37b098ec3f2d8167b3b56a83b52f /gcc | |
parent | 8512c0f4b1ebe0bdf759b42dedfb6fd7fd998b7e (diff) | |
download | gcc-de93b35508928176f129b181d486af1d6ddd453b.zip gcc-de93b35508928176f129b181d486af1d6ddd453b.tar.gz gcc-de93b35508928176f129b181d486af1d6ddd453b.tar.bz2 |
(sco5): New case.
From-SVN: r11009
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 8918794..0e273f2 100755 --- a/gcc/config.sub +++ b/gcc/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/'` |