diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-04-14 09:28:35 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-04-14 09:28:35 +0000 |
commit | 1a963f7f5a14083824784133af24654c0d10aa3e (patch) | |
tree | ff7b3b1de59846f9def322686d3d2fcb7b0416b5 /config.guess | |
parent | 93b5d266edc0e9f6ed2b44c5ecb5dc98692bf971 (diff) | |
download | gdb-1a963f7f5a14083824784133af24654c0d10aa3e.tar.gz |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config.guess b/config.guess index 6603908c211..c7607c74f1b 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-03-12' +timestamp='2008-04-14' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -985,9 +985,6 @@ EOF a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. |