mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.guess: Drop detection for i386-pc-linux-gnuaout on
systems with the a.out executable format. "Here's 5c, kid".
This commit is contained in:
parent
c0319357be
commit
5645877097
@ -1,7 +1,12 @@
|
||||
2009-06-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Drop detection for i386-pc-linux-gnuaout on
|
||||
systems with the a.out executable format. "Here's 5c, kid".
|
||||
|
||||
2009-06-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Drop detection for i386-pc-linux-gnuoldld on
|
||||
systems with a pre-BFD linker. "Here's a nickel, kid .."
|
||||
systems with a pre-BFD linker. "Here's 5c, kid."
|
||||
|
||||
2009-06-01 Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -1004,9 +1004,6 @@ EOF
|
||||
elf32-i386)
|
||||
TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
|
||||
;;
|
||||
a.out-i386-linux)
|
||||
echo "${UNAME_MACHINE}-pc-linux-gnuaout"
|
||||
exit ;;
|
||||
esac
|
||||
# Determine whether the default compiler is a.out or elf
|
||||
eval $set_cc_for_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user