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

Diff for /src/usr.bin/sudo/Attic/config.sub between version 1.5 and 1.6

version 1.5, 2007/07/26 16:10:15 version 1.6, 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-07'
   
 # This file is (in principle) common to ALL GNU software.  # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software  # The presence of a machine in this file suggests that SOME GNU software
Line 276 
Line 276 
         | pdp10 | pdp11 | pj | pjl \          | pdp10 | pdp11 | pj | pjl \
         | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \          | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
         | pyramid \          | pyramid \
           | score \
         | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \          | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
         | sh64 | sh64le \          | sh64 | sh64le \
         | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \          | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
Line 284 
Line 285 
         | tahoe | thumb | tic4x | tic80 | tron \          | tahoe | thumb | tic4x | tic80 | tron \
         | v850 | v850e \          | v850 | v850e \
         | we32k \          | we32k \
         | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \          | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
         | z8k)          | z8k)
                 basic_machine=$basic_machine-unknown                  basic_machine=$basic_machine-unknown
                 ;;                  ;;
Line 367 
Line 368 
         | tron-* \          | tron-* \
         | v850-* | v850e-* | vax-* \          | v850-* | v850e-* | vax-* \
         | we32k-* \          | we32k-* \
         | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \          | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
         | xstormy16-* | xtensa-* \          | xstormy16-* | xtensa-* \
         | ymp-* \          | ymp-* \
         | z8k-*)          | z8k-*)
Line 913 
Line 914 
         sb1el)          sb1el)
                 basic_machine=mipsisa64sb1el-unknown                  basic_machine=mipsisa64sb1el-unknown
                 ;;                  ;;
           sde)
                   basic_machine=mipsisa32-sde
                   os=-elf
                   ;;
         sei)          sei)
                 basic_machine=mips-sei                  basic_machine=mips-sei
                 os=-seiux                  os=-seiux
Line 924 
Line 929 
                 basic_machine=sh-hitachi                  basic_machine=sh-hitachi
                 os=-hms                  os=-hms
                 ;;                  ;;
           sh5el)
                   basic_machine=sh5le-unknown
                   ;;
         sh64)          sh64)
                 basic_machine=sh64-unknown                  basic_machine=sh64-unknown
                 ;;                  ;;
Line 1370 
Line 1378 
 # system, and we'll never get to this point.  # system, and we'll never get to this point.
   
 case $basic_machine in  case $basic_machine in
           score-*)
                   os=-elf
                   ;;
         spu-*)          spu-*)
                 os=-elf                  os=-elf
                 ;;                  ;;

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