[BACK]Return to config.guess CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/config.guess between version 1.11 and 1.12

version 1.11, 2007/07/26 16:10:15 version 1.12, 2007/09/05 23:55:56
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-07-02'  timestamp='2006-11-15'
   
 # 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 161 
Line 161 
             arm*) machine=arm-unknown ;;              arm*) machine=arm-unknown ;;
             sh3el) machine=shl-unknown ;;              sh3el) machine=shl-unknown ;;
             sh3eb) machine=sh-unknown ;;              sh3eb) machine=sh-unknown ;;
               sh5el) machine=sh5le-unknown ;;
             *) machine=${UNAME_MACHINE_ARCH}-unknown ;;              *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
         esac          esac
         # The Operating System including object format, if it has switched          # The Operating System including object format, if it has switched
Line 793 
Line 794 
     x86:Interix*:[3456]*)      x86:Interix*:[3456]*)
         echo i586-pc-interix${UNAME_RELEASE}          echo i586-pc-interix${UNAME_RELEASE}
         exit ;;          exit ;;
     EM64T:Interix*:[3456]*)      EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*)
         echo x86_64-unknown-interix${UNAME_RELEASE}          echo x86_64-unknown-interix${UNAME_RELEASE}
         exit ;;          exit ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)      [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
Line 1207 
Line 1208 
         exit ;;          exit ;;
     SX-6:SUPER-UX:*:*)      SX-6:SUPER-UX:*:*)
         echo sx6-nec-superux${UNAME_RELEASE}          echo sx6-nec-superux${UNAME_RELEASE}
           exit ;;
       SX-8:SUPER-UX:*:*)
           echo sx8-nec-superux${UNAME_RELEASE}
         exit ;;          exit ;;
     Power*:Rhapsody:*:*)      Power*:Rhapsody:*:*)
         echo powerpc-apple-rhapsody${UNAME_RELEASE}          echo powerpc-apple-rhapsody${UNAME_RELEASE}

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12