From f6a3f22733850ef773859ceda91bb274c087ee3f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 30 Jan 2002 00:39:31 +0000 Subject: [PATCH] 2002-01-26 Andy Olson * config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*. Discussed with and approved by . --- ChangeLog | 5 +++++ config.guess | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13df57b..7cbac4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Andy Olson + + * config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*. + Discussed with and approved by . + 2002-01-23 Ben Elliston * config.guess (i*86:Linux:*:*): Specifically handle the Intel icc diff --git a/config.guess b/config.guess index c2801e9..52c5acf 100755 --- a/config.guess +++ b/config.guess @@ -1067,8 +1067,10 @@ EOF *:procnto*:*:* | *:QNX:[0123456789]*:*) if test "${UNAME_MACHINE}" = "x86pc"; then UNAME_MACHINE=pc + echo i386-${UNAME_MACHINE}-nto-qnx + else + echo `uname -p`-${UNAME_MACHINE}-nto-qnx fi - echo `uname -p`-${UNAME_MACHINE}-nto-qnx exit 0 ;; *:QNX:*:4*) echo i386-pc-qnx