Diff for /embedaddon/quagga/config.sub between versions 1.1.1.3 and 1.1.1.5

version 1.1.1.3, 2012/10/09 09:22:28 version 1.1.1.5, 2016/11/02 10:09:09
Line 4 Line 4
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 #   2011, 2012 Free Software Foundation, Inc.  #   2011, 2012 Free Software Foundation, Inc.
   
timestamp='2012-02-10'timestamp='2012-04-18'
   
 # 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 225  case $os in Line 225  case $os in
         -isc*)          -isc*)
                 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`                  basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
                 ;;                  ;;
           -lynx*178)
                   os=-lynxos178
                   ;;
           -lynx*5)
                   os=-lynxos5
                   ;;
         -lynx*)          -lynx*)
                 os=-lynxos                  os=-lynxos
                 ;;                  ;;
Line 257  case $basic_machine in Line 263  case $basic_machine in
         | be32 | be64 \          | be32 | be64 \
         | bfin \          | bfin \
         | c4x | clipper \          | c4x | clipper \
        | d10v | d30v | dlx | dsp16xx | dvp \        | d10v | d30v | dlx | dsp16xx \
         | epiphany \          | epiphany \
         | fido | fr30 | frv \          | fido | fr30 | frv \
         | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \          | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
Line 800  case $basic_machine in Line 806  case $basic_machine in
                 basic_machine=m68k-atari                  basic_machine=m68k-atari
                 os=-mint                  os=-mint
                 ;;                  ;;
         mipsEE* | ee | ps2)  
                 basic_machine=mips64r5900el-scei  
                 case $os in  
                     -linux*)  
                         ;;  
                     *)  
                         os=-elf  
                         ;;  
                 esac  
                 ;;  
         iop)  
                 basic_machine=mipsel-scei  
                 os=-irx  
                 ;;  
         dvp)  
                 basic_machine=dvp-scei  
                 os=-elf  
                 ;;  
         mips3*-*)          mips3*-*)
                 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`                  basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
                 ;;                  ;;
Line 1376  case $os in Line 1364  case $os in
               | -uxpv* | -beos* | -mpeix* | -udk* \                | -uxpv* | -beos* | -mpeix* | -udk* \
               | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \                | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
               | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \                | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
               | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \                | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
               | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \                | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
               | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \                | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
Line 1554  case $basic_machine in Line 1542  case $basic_machine in
                 ;;                  ;;
         c4x-* | tic4x-*)          c4x-* | tic4x-*)
                 os=-coff                  os=-coff
                   ;;
           hexagon-*)
                   os=-elf
                 ;;                  ;;
         tic54x-*)          tic54x-*)
                 os=-coff                  os=-coff

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.5


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