* gdb.texinfo (help targets): Changed to `help target', which
[deliverable/binutils-gdb.git] / config.sub
index dbd36391e9bbb660f8c8360f90bb6f8f64a3e549..97e1a3b554af58e4a209257a9c6e6d8f00a977e5 100755 (executable)
@@ -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,7 +157,7 @@ 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
@@ -567,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
This page took 0.024273 seconds and 4 git commands to generate.