Diff for /gforth/config.sub 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-07'  timestamp='2007-06-28'
   
 # 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 245  case $basic_machine in Line 245  case $basic_machine in
         | bfin \          | bfin \
         | c4x | clipper \          | c4x | clipper \
         | d10v | d30v | dlx | dsp16xx \          | d10v | d30v | dlx | dsp16xx \
         | 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 \
         | i370 | i860 | i960 | ia64 \          | i370 | i860 | i960 | ia64 \
         | ip2k | iq2000 \          | ip2k | iq2000 \
         | m32c | m32r | m32rle | m68000 | m68k | m88k \          | m32c | m32r | m32rle | m68000 | m68k | m88k \
         | maxq | mb | microblaze | mcore \          | maxq | mb | microblaze | mcore | mep \
         | mips | mipsbe | mipseb | mipsel | mipsle \          | mips | mipsbe | mipseb | mipsel | mipsle \
         | mips16 \          | mips16 \
         | mips64 | mips64el \          | mips64 | mips64el \
Line 324  case $basic_machine in Line 324  case $basic_machine in
         | clipper-* | craynv-* | cydra-* \          | clipper-* | craynv-* | cydra-* \
         | d10v-* | d30v-* | dlx-* \          | d10v-* | d30v-* | dlx-* \
         | elxsi-* \          | elxsi-* \
         | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \          | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
         | h8300-* | h8500-* \          | h8300-* | h8500-* \
         | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \          | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
         | i*86-* | i860-* | i960-* | ia64-* \          | i*86-* | i860-* | i960-* | ia64-* \
Line 475  case $basic_machine in Line 475  case $basic_machine in
                 basic_machine=craynv-cray                  basic_machine=craynv-cray
                 os=-unicosmp                  os=-unicosmp
                 ;;                  ;;
         cr16c)          cr16)
                 basic_machine=cr16c-unknown                  basic_machine=cr16-unknown
                 os=-elf                  os=-elf
                 ;;                  ;;
         crds | unos)          crds | unos)
Line 683  case $basic_machine in Line 683  case $basic_machine in
                 basic_machine=i386-pc                  basic_machine=i386-pc
                 os=-mingw32                  os=-mingw32
                 ;;                  ;;
           mingw32ce)
                   basic_machine=arm-unknown
                   os=-mingw32ce
                   ;;
         miniframe)          miniframe)
                 basic_machine=m68000-convergent                  basic_machine=m68000-convergent
                 ;;                  ;;
Line 1222  case $os in Line 1226  case $os in
               | -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* \
               | -skyos* | -haiku* | -rdos* | -toppers*)                | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
         # Remember, each alternative MUST END IN *, to match a version number.          # Remember, each alternative MUST END IN *, to match a version number.
                 ;;                  ;;
         -qnx*)          -qnx*)
Line 1417  case $basic_machine in Line 1421  case $basic_machine in
         m68*-cisco)          m68*-cisco)
                 os=-aout                  os=-aout
                 ;;                  ;;
           mep-*)
                   os=-elf
                   ;;
         mips*-cisco)          mips*-cisco)
                 os=-elf                  os=-elf
                 ;;                  ;;

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


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