mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2002-03-12 J.T. Conklin <jtc@acorntoolworks.com>
* config.guess: Add OS release to QNX config strings.
This commit is contained in:
parent
c1ed0639fe
commit
dc7733136c
@ -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>
|
2002-03-06 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* config.sub: Add support for mipsisa64.
|
* config.sub: Add support for mipsisa64.
|
||||||
|
10
config.guess
vendored
10
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1059,12 +1059,12 @@ EOF
|
|||||||
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
*: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
|
UNAME_MACHINE=pc
|
||||||
echo i386-${UNAME_MACHINE}-nto-qnx
|
|
||||||
else
|
|
||||||
echo `uname -p`-${UNAME_MACHINE}-nto-qnx
|
|
||||||
fi
|
fi
|
||||||
|
echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:QNX:*:4*)
|
*:QNX:*:4*)
|
||||||
echo i386-pc-qnx
|
echo i386-pc-qnx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user