2002-01-26 Andy Olson <andrew.olson@lmco.com>

* config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*.
	Discussed with and approved by <peterv@qnx.com>.
This commit is contained in:
Ben Elliston 2002-01-30 00:39:31 +00:00
parent ce872a322b
commit f6a3f22733
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-01-26 Andy Olson <andrew.olson@lmco.com>
* config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*.
Discussed with and approved by <peterv@qnx.com>.
2002-01-23 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc

4
config.guess vendored
View File

@ -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