summaryrefslogtreecommitdiffstats
path: root/package/gnuconfig/config.sub
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-21 23:47:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-21 23:47:41 +0000
commit473be6adfc2baae0fe0fd50e3d07872af87a256e (patch)
treee8537fe6b60603a61832e4686571a427bb26abb1 /package/gnuconfig/config.sub
parent48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd (diff)
downloadbuildroot-novena-473be6adfc2baae0fe0fd50e3d07872af87a256e.tar.gz
buildroot-novena-473be6adfc2baae0fe0fd50e3d07872af87a256e.zip
sync with cvs
Diffstat (limited to 'package/gnuconfig/config.sub')
-rwxr-xr-xpackage/gnuconfig/config.sub10
1 files changed, 9 insertions, 1 deletions
diff --git a/package/gnuconfig/config.sub b/package/gnuconfig/config.sub
index 579c52b62..e3a11c89d 100755
--- a/package/gnuconfig/config.sub
+++ b/package/gnuconfig/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
-timestamp='2005-07-08'
+timestamp='2005-11-13'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -171,6 +171,10 @@ case $os in
-hiux*)
os=-hiuxwe2
;;
+ -sco6)
+ os=-sco5v6
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+ ;;
-sco5)
os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -187,6 +191,10 @@ case $os in
# Don't forget version if it is 3.2v4 or newer.
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
+ -sco5v6*)
+ # Don't forget version if it is 3.2v4 or newer.
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+ ;;
-sco*)
os=-sco3.2v2
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`