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

Diff of /libtool/config.guess

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

revision 1.11.2.7 by pogma, Sun Sep 19 12:46:57 2004 UTC revision 1.11.2.8 by pogma, Sat Feb 5 15:01:16 2005 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, 2003, 2004 Free Software Foundation, Inc.  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5    
6  timestamp='2004-09-07'  timestamp='2004-11-12'
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 319  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ Line 319  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
319      *:OS/390:*:*)      *:OS/390:*:*)
320          echo i370-ibm-openedition          echo i370-ibm-openedition
321          exit 0 ;;          exit 0 ;;
322        *:z/VM:*:*)
323            echo s390-ibm-zvmoe
324            exit 0 ;;
325      *:OS400:*:*)      *:OS400:*:*)
326          echo powerpc-ibm-os400          echo powerpc-ibm-os400
327          exit 0 ;;          exit 0 ;;
# Line 342  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ Line 345  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
345      DRS?6000:unix:4.0:6*)      DRS?6000:unix:4.0:6*)
346          echo sparc-icl-nx6          echo sparc-icl-nx6
347          exit 0 ;;          exit 0 ;;
348      DRS?6000:UNIX_SV:4.2*:7*)      DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
349          case `/usr/bin/uname -p` in          case `/usr/bin/uname -p` in
350              sparc) echo sparc-icl-nx7 && exit 0 ;;              sparc) echo sparc-icl-nx7 && exit 0 ;;
351          esac ;;          esac ;;
# Line 1247  EOF Line 1250  EOF
1250              A*) echo alpha-dec-vms && exit 0 ;;              A*) echo alpha-dec-vms && exit 0 ;;
1251              I*) echo ia64-dec-vms && exit 0 ;;              I*) echo ia64-dec-vms && exit 0 ;;
1252              V*) echo vax-dec-vms && exit 0 ;;              V*) echo vax-dec-vms && exit 0 ;;
1253          esac          esac ;;
1254        *:XENIX:*:SysV)
1255            echo i386-pc-xenix
1256            exit 0 ;;
1257  esac  esac
1258    
1259  #echo '(No uname command or uname output not recognized.)' 1>&2  #echo '(No uname command or uname output not recognized.)' 1>&2

Legend:
Removed from v.1.11.2.7  
changed lines
  Added in v.1.11.2.8

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