2002-03-12 J.T. Conklin <jtc@acorntoolworks.com>

* config.guess: Add OS release to QNX config strings.
This commit is contained in:
Ben Elliston 2002-03-19 21:48:45 +00:00
parent c1ed0639fe
commit dc7733136c
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-03-12 J.T. Conklin <jtc@acorntoolworks.com>
* config.guess: Add OS release to QNX config strings.
2002-03-06 Chris Demetriou <cgd@broadcom.com>
* config.sub: Add support for mipsisa64.

10
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp='2002-03-04'
timestamp='2002-03-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1059,12 +1059,12 @@ EOF
echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
if test "${UNAME_MACHINE}" = "x86pc"; then
UNAME_PROCESSOR=`uname -p`
if test "$UNAME_PROCESSOR" = "x86"; then
UNAME_PROCESSOR=i386
UNAME_MACHINE=pc
echo i386-${UNAME_MACHINE}-nto-qnx
else
echo `uname -p`-${UNAME_MACHINE}-nto-qnx
fi
echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
exit 0 ;;
*:QNX:*:4*)
echo i386-pc-qnx