* gdbtk.c (gdb_loc): symtab_to_filename can return NULL
[deliverable/binutils-gdb.git] / config.sub
index 90f024816630583ccd9f3414fc585063abf2e1ba..ab7ef8dbc21776a1449cdfee7e316c0ba745e0a5 100755 (executable)
@@ -76,6 +76,11 @@ case $1 in
                set mipstx19-unknown-elf
                 ;;
 # end-sanitize-tx19
+# start-sanitize-tx49
+       mips-tx49-elf)
+               set mips64tx49-unknown-elf
+                ;;
+# end-sanitize-tx49
        *)
                ;;
 esac
@@ -189,6 +194,11 @@ case $basic_machine in
        m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-tx49
+       mips64tx49 | mips64tx49el)
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-tx49
 # start-sanitize-tx19
         mipstx19 | mipstx19el)
                 basic_machine=$basic_machine-unknown
@@ -203,6 +213,11 @@ case $basic_machine in
        mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-vr5400
+       mips64vr5400)                    # CYGNUS LOCAL cagney/vr5400
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-vr5400
 # start-sanitize-r5900
        mips64r5900 | mips64r5900el) # CYGNUS LOCAL gavin/r5900
                basic_machine=$basic_machine-unknown
@@ -279,6 +294,10 @@ case $basic_machine in
        mipstx19-* | mipstx19el-*)
                ;;
 # end-sanitize-tx19
+# start-sanitize-tx49
+       mips64tx49-* | mips64tx49el-*)
+               ;;
+# end-sanitize-tx49
 # start-sanitize-r5900
        mips64r5900-* | mips64r5900el-*) # CYGNUS LOCAL gavin/r5900
                 ;;
This page took 0.02411 seconds and 4 git commands to generate.