Add v850e-elf target.
[deliverable/binutils-gdb.git] / config.sub
index 50bbe18fd6cfb7c56e366a013dc6fe5fe9fb0663..96d28e2e082f6c9352f0b3376b44b84f5f174b5e 100755 (executable)
@@ -85,7 +85,15 @@ case $1 in
        mips64vr5xxx-elf)
                set mips64vr5000-elf
                 ;;
+       mips64vr5xxxel-elf)
+               set mips64vr5000el-elf
+                ;;
 # end-sanitize-cygnus
+# start-sanitize-sky
+       vpu-elf)
+               set mips64el-skyb-elf
+               ;;
+# end-sanitize-sky
        *)
                ;;
 esac
@@ -191,7 +199,8 @@ case $basic_machine in
        # Some are omitted here because they have special meanings below.
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 \
-               | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
+               | tron | a29k | 580 | i960 | h8300 \
+               | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
                | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \
                | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
                | 1750a | dsp16xx | pdp11 \
@@ -208,6 +217,11 @@ case $basic_machine in
        thumb)
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-vr4xxx
+       mips64vr4xxx | mips64vr4xxxel)
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-vr4xxx
 # start-sanitize-vr4320
        mips64vr4320 | mips64vr4320el)
                basic_machine=$basic_machine-unknown
@@ -262,14 +276,12 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-sky
-# start-sanitize-v850e
        v850e)                          # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
        v850ea)                         # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-v850e
        d10v)
                basic_machine=$basic_machine-unknown
                ;;
@@ -292,7 +304,9 @@ case $basic_machine in
              | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
-             | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \
+             | xmp-* | ymp-* \
+             | hppa-* | hppa1.0-* | hppa1.1-* \
+             | hppa2.0-* | hppa2.0w-* | hppa2.0n-* \
              | alpha-* | alphaev5-* | alphaev56-* | alphapca56-* \
              | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \
              | xps100-* | clipper-* | orion-* \
@@ -313,14 +327,16 @@ case $basic_machine in
 # end-sanitize-sky
        v850-*) # CYGNUS LOCAL
                ;;
-# start-sanitize-v850e
        v850e-*) # CYGNUS LOCAL
                ;;
        v850ea-*) # CYGNUS LOCAL
                ;;
-# end-sanitize-v850e
        d30v-*) # CYGNUS LOCAL
                ;;
+# start-sanitize-vr4xxx
+       mips64vr4xxx-* | mips64vr4xxxel-*)
+               ;;
+# end-sanitize-vr4xxx
 # start-sanitize-vr4320
        mips64vr4320-* | mips64vr4320el-*)
                ;;
This page took 0.023766 seconds and 4 git commands to generate.