mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +12:00
2000-04-26 Ben Elliston <bje@redhat.com>
* config.guess: Handle an ld emulation of elf_i?86. From Bruce Korb <bkorb@sco.com>.
This commit is contained in:
4
config.guess
vendored
4
config.guess
vendored
@ -666,6 +666,10 @@ EOF
|
||||
echo "${UNAME_MACHINE}-pc-linux-gnuaout"
|
||||
exit 0
|
||||
;;
|
||||
elf_i?86)
|
||||
echo "${UNAME_MACHINE}-pc-linux"
|
||||
exit 0
|
||||
;;
|
||||
i?86coff)
|
||||
echo "${UNAME_MACHINE}-pc-linux-gnucoff"
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user