mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (i*86:Linux:*:*): Remove handling of i386-coff ld.
Enough years have gone by that I think it's safe to remove this.
This commit is contained in:
parent
d8252307d7
commit
3b630a362e
@ -1,3 +1,7 @@
|
||||
2008-04-08 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (i*86:Linux:*:*): Remove handling of i386-coff ld.
|
||||
|
||||
2008-03-26 Will Newton <will.newton@imgtec.com>
|
||||
|
||||
* config.sub: Add metag-*.
|
||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2008-03-12'
|
||||
timestamp='2008-04-08'
|
||||
|
||||
# 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user