Diff for /gforth/config.guess between versions 1.6 and 1.7

version 1.6, 2007/06/02 14:25:26 version 1.7, 2007/11/03 17:35:08
Line 4 Line 4
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,  #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.  #   Inc.
   
 timestamp='2006-11-15'  timestamp='2007-07-22'
   
 # 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
Line 330  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ Line 330  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)      sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
         echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`          echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
         exit ;;          exit ;;
     i86pc:SunOS:5.*:*)      i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
         echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`          echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
         exit ;;          exit ;;
     sun4*:SunOS:6*:*)      sun4*:SunOS:6*:*)
Line 781  EOF Line 781  EOF
     i*:CYGWIN*:*)      i*:CYGWIN*:*)
         echo ${UNAME_MACHINE}-pc-cygwin          echo ${UNAME_MACHINE}-pc-cygwin
         exit ;;          exit ;;
     i*:MINGW*:*)      *:MINGW*:*)
         echo ${UNAME_MACHINE}-pc-mingw32          echo ${UNAME_MACHINE}-pc-mingw32
         exit ;;          exit ;;
     i*:windows32*:*)      i*:windows32*:*)
Line 791  EOF Line 791  EOF
     i*:PW*:*)      i*:PW*:*)
         echo ${UNAME_MACHINE}-pc-pw32          echo ${UNAME_MACHINE}-pc-pw32
         exit ;;          exit ;;
     x86:Interix*:[3456]*)      *:Interix*:[3456]*)
         echo i586-pc-interix${UNAME_RELEASE}          case ${UNAME_MACHINE} in
         exit ;;              x86)
     EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*)                  echo i586-pc-interix${UNAME_RELEASE}
         echo x86_64-unknown-interix${UNAME_RELEASE}                  exit ;;
         exit ;;              EM64T | authenticamd)
                   echo x86_64-unknown-interix${UNAME_RELEASE}
                   exit ;;
           esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)      [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
         echo i${UNAME_MACHINE}-pc-mks          echo i${UNAME_MACHINE}-pc-mks
         exit ;;          exit ;;
Line 951  EOF Line 954  EOF
     x86_64:Linux:*:*)      x86_64:Linux:*:*)
         echo x86_64-unknown-linux-gnu          echo x86_64-unknown-linux-gnu
         exit ;;          exit ;;
       xtensa:Linux:*:*)
           echo xtensa-unknown-linux-gnu
           exit ;;
     i*86:Linux:*:*)      i*86:Linux:*:*)
         # The BFD linker knows what the default object file format is, so          # The BFD linker knows what the default object file format is, so
         # first see if it will tell us. cd to the root directory to prevent          # first see if it will tell us. cd to the root directory to prevent
Line 1209  EOF Line 1215  EOF
     SX-6:SUPER-UX:*:*)      SX-6:SUPER-UX:*:*)
         echo sx6-nec-superux${UNAME_RELEASE}          echo sx6-nec-superux${UNAME_RELEASE}
         exit ;;          exit ;;
       SX-7:SUPER-UX:*:*)
           echo sx7-nec-superux${UNAME_RELEASE}
           exit ;;
     SX-8:SUPER-UX:*:*)      SX-8:SUPER-UX:*:*)
         echo sx8-nec-superux${UNAME_RELEASE}          echo sx8-nec-superux${UNAME_RELEASE}
         exit ;;          exit ;;
       SX-8R:SUPER-UX:*:*)
           echo sx8r-nec-superux${UNAME_RELEASE}
           exit ;;
     Power*:Rhapsody:*:*)      Power*:Rhapsody:*:*)
         echo powerpc-apple-rhapsody${UNAME_RELEASE}          echo powerpc-apple-rhapsody${UNAME_RELEASE}
         exit ;;          exit ;;

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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>