From 8b708ee6a4746ed959b6cc94dac4521f6dca5004 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 15 Feb 2000 10:48:45 +0000 Subject: [PATCH] 2000-02-15 Philip Blundell * config.guess: Distinguish arm-*-linux-gnuoldld from arm*-linux-gnu. --- ChangeLog | 5 +++++ config.guess | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 69c0b38..340bbd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-15 Philip Blundell + + * config.guess: Distinguish arm-*-linux-gnuoldld from + arm*-linux-gnu. + 2000-02-15 Ben Elliston * config.sub: Handle avr. From Denis Chertykov . diff --git a/config.guess b/config.guess index c083bde..571d0f3 100755 --- a/config.guess +++ b/config.guess @@ -660,7 +660,7 @@ EOF exit 0 ;; elf32arm*) - echo "${UNAME_MACHINE}-unknown-linux-gnu" + echo "${UNAME_MACHINE}-unknown-linux-gnuoldld" exit 0 ;; armelf_linux*)