/[autoconf]/autoconf/config/config.guess
ViewVC logotype

Diff of /autoconf/config/config.guess

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by akim, Thu Jan 24 17:35:01 2002 UTC revision 1.7 by akim, Thu Feb 7 09:57:49 2002 UTC
# Line 3  Line 3 
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  #   2000, 2001, 2002 Free Software Foundation, Inc.  #   2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  timestamp='2002-01-23'  timestamp='2002-01-30'
7    
8  # 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
9  # under the terms of the GNU General Public License as published by  # under the terms of the GNU General Public License as published by
# Line 1067  EOF Line 1067  EOF
1067      *:procnto*:*:* | *:QNX:[0123456789]*:*)      *:procnto*:*:* | *:QNX:[0123456789]*:*)
1068          if test "${UNAME_MACHINE}" = "x86pc"; then          if test "${UNAME_MACHINE}" = "x86pc"; then
1069                  UNAME_MACHINE=pc                  UNAME_MACHINE=pc
1070                    echo i386-${UNAME_MACHINE}-nto-qnx
1071            else
1072                    echo `uname -p`-${UNAME_MACHINE}-nto-qnx
1073          fi          fi
         echo `uname -p`-${UNAME_MACHINE}-nto-qnx  
1074          exit 0 ;;          exit 0 ;;
1075      *:QNX:*:4*)      *:QNX:*:4*)
1076          echo i386-pc-qnx          echo i386-pc-qnx

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26