diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-14 09:31:06 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-14 09:31:06 +0000 |
commit | 3af820d065be3da53277fcf5889723d2f8c2d194 (patch) | |
tree | 0abe29304ffa473a7c9ab936fbfec66360597cf6 /config.guess | |
parent | ab82074a06242eb8553da636b891f171a426267f (diff) | |
download | gcc-3af820d065be3da53277fcf5889723d2f8c2d194.tar.gz |
* config.sub, config.guess: Update from upstream sources.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134255 138bc75d-0d04-0410-961f-82ee72b054a4
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. |