* gdb.texinfo (help targets): Changed to `help target', which
[deliverable/binutils-gdb.git] / config.sub
index ebf934a1de69a83b6c1359b60dd7f704929355ad..97e1a3b554af58e4a209257a9c6e6d8f00a977e5 100755 (executable)
@@ -120,7 +120,7 @@ case $os in
        -isc*)
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
-       -lynx)
+       -lynx*)
                os=-lynxos
                ;;
        -os9k)
@@ -141,6 +141,7 @@ case $basic_machine in
                | powerpc \
                | h8300 | h8300h | sh \
                | m88110 | sparc | m680[01234]0 | m683?2 | z8k | v70 \
+               | v810 \
                | h8500 | mips64 | mipsel | mips64el) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
@@ -156,21 +157,19 @@ case $basic_machine in
              | none-* | 580-* | cray2-* | i960-* | xmp-* | ymp-* \
              | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
              | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
-             | powerpc \
+             | powerpc-* \
              | h8300-* | h8300h-* | sh-* \
              | m88110-* | m680[01234]0-* | m683?2-* | z8k-* | h8500-* \
              | mips64-* | mipsel-* | mips64el-*) # CYGNUS LOCAL
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
-# start-sanitize-v9
        sparc64)                                        # CYGNUS LOCAL
                basic_machine=sparc64-sun
                os=-elf
                ;;
        sparc64-*)                                      # CYGNUS LOCAL
                ;;
-# end-sanitize-v9
 
        mips3-*)                                        # CYGNUS LOCAL
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
@@ -367,9 +366,6 @@ case $basic_machine in
                basic_machine=z8k-zilog
                os=-sim
                ;;
-       z8k)                                            # CYGNUS LOCAL
-               basic_machine=z8k-zilog
-               ;;
        sun3)
                basic_machine=m68k-sun
                ;;
@@ -572,6 +568,10 @@ case $basic_machine in
                basic_machine=v70-nec
                os=-sysv
                ;;
+       v810 | necv810)
+               basic_machine=v810-nec
+               os=-none
+               ;;
        news1000)
                basic_machine=m68030-sony
                os=-newsos
@@ -624,11 +624,9 @@ case $basic_machine in
                ;;
        sparclitefrw)                                   # CYGNUS LOCAL
                basic_machine=sparclitefrw-fujitsu
-               os=-none
                ;;
        sparclitefrwcompat)                             # CYGNUS LOCAL
                basic_machine=sparclitefrwcompat-fujitsu
-               os=-none
                ;;
        adobe68k)                                       # CYGNUS LOCAL
                basic_machine=m68010-adobe
This page took 0.023211 seconds and 4 git commands to generate.