diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-16 00:57:01 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-16 00:57:01 +0000 |
commit | e294bcffa4ff7a39e07b161a52bb87010b79aa3c (patch) | |
tree | c657dd84b7a4cf7bc63ff980871d7facb25237a9 /config.sub | |
parent | dacad2c14561a7740cfbdb9e4769012275500721 (diff) | |
download | gcc-e294bcffa4ff7a39e07b161a52bb87010b79aa3c.tar.gz |
2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
* config.guess, config.sub: Import from savannnah.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub index edb6b663ca2..ab72d8515be 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) ;; *) |