mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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:
parent
9dc12e0d24
commit
9f9248fc5a
@ -1,3 +1,8 @@
|
||||
2000-04-26 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Handle an ld emulation of elf_i?86. From Bruce
|
||||
Korb <bkorb@sco.com>.
|
||||
|
||||
2000-04-22 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Do not differentiate FreeBSD systems that use the
|
||||
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user