mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
ce872a322b
commit
f6a3f22733
@ -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
4
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user