* config.sub, configure.in: Add tiny2j-*-* target
[deliverable/binutils-gdb.git] / config.sub
index 535f70e2ca240a5518a43622bb1e813b06474834..ad715bba003e610b9319f40d9f4412e832076331 100755 (executable)
@@ -85,6 +85,9 @@ case $1 in
        mips64vr5xxx-elf)
                set mips64vr5000-elf
                 ;;
+       mips64vr5xxxel-elf)
+               set mips64vr5000el-elf
+                ;;
 # end-sanitize-cygnus
 # start-sanitize-sky
        vpu-elf)
@@ -207,7 +210,7 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
        m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
-               | h8500 | w65 | fr30) # CYGNUS LOCAL
+               | h8500 | w65 | fr30 | tiny2j) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
        thumb)
This page took 0.023997 seconds and 4 git commands to generate.