From 9f9248fc5ae2f6fc784a3b17afefbb16ef74f598 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 25 Apr 2000 20:58:07 +0000 Subject: [PATCH] 2000-04-26 Ben Elliston * config.guess: Handle an ld emulation of elf_i?86. From Bruce Korb . --- ChangeLog | 5 +++++ config.guess | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2dd0917..f7bc6b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-26 Ben Elliston + + * config.guess: Handle an ld emulation of elf_i?86. From Bruce + Korb . + 2000-04-22 Ben Elliston * config.guess: Do not differentiate FreeBSD systems that use the diff --git a/config.guess b/config.guess index 2025f12..10c05d2 100755 --- a/config.guess +++ b/config.guess @@ -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