Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-11-16 04:18:39 +0300
committerDJ Delorie <dj@redhat.com>2004-11-16 04:18:39 +0300
commitf247ebc36e8b4e46c0a5908f62b424991c0a40ea (patch)
tree7ca1e407f991318ffd877be1263c82ba8b1eaee3 /config.sub
parentf3f23268fef8a3dabe745e8258bff2b8d3a2f599 (diff)
2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
* install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index edb6b663c..ab72d8515 100755
--- a/config.sub
+++ b/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
-timestamp='2004-08-29'
+timestamp='2004-11-12'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -489,6 +489,10 @@ case $basic_machine in
basic_machine=m88k-motorola
os=-sysv3
;;
+ djgpp)
+ basic_machine=i586-pc
+ os=-msdosdjgpp
+ ;;
dpx20 | dpx20-*)
basic_machine=rs6000-bull
os=-bosx
@@ -1297,6 +1301,9 @@ case $os in
-kaos*)
os=-kaos
;;
+ -zvmoe)
+ os=-zvmoe
+ ;;
-none)
;;
*)