* 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:
Ben Elliston
2009-06-02 00:26:28 +10:00
parent c0319357be
commit 5645877097
2 changed files with 6 additions and 4 deletions

3
config.guess vendored
View File

@ -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