X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config.sub;h=ab7ef8dbc21776a1449cdfee7e316c0ba745e0a5;hb=1ebc7e0e243040693a2cf9b4d702d293ee5e6769;hp=90f024816630583ccd9f3414fc585063abf2e1ba;hpb=f71eeb23190304f15e3b4322a5b3b71d65395f1a;p=deliverable%2Fbinutils-gdb.git diff --git a/config.sub b/config.sub index 90f0248166..ab7ef8dbc2 100755 --- a/config.sub +++ b/config.sub @@ -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 ;;