aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1997-12-16 20:10:36 +0000
committerMark Alexander <marka@cygnus>1997-12-16 20:10:36 +0000
commit411a624cd11ce82700d76bfe457bbdae0fdbe719 (patch)
tree77b7a38c021ed1b66df3a1512653ab5600bea6ec /gdb/configure.tgt
parent72495d1fdda8611c3de7f9e225cc7f0b0e7153d4 (diff)
downloadgdb-411a624cd11ce82700d76bfe457bbdae0fdbe719.zip
gdb-411a624cd11ce82700d76bfe457bbdae0fdbe719.tar.gz
gdb-411a624cd11ce82700d76bfe457bbdae0fdbe719.tar.bz2
* configure.tgt: Change little-endian tx39 target name to tx39l.
start-sanitize-tx19 * configure.tgt: Change little-endian tx19 target name to tx19l. end-sanitize-tx19
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index baa6063..6739d08 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -176,11 +176,11 @@ mips64*r5900*-*-elf*) gdb_target=r5900 ;;
# end-sanitize-r5900
# start-sanitize-tx19
mips-tx19*el-* | mips*tx19*el-*-*)
- gdb_target=tx19el ;;
+ gdb_target=tx19l ;;
mips-tx19*-* | mips*tx19*-*-*)
gdb_target=tx19 ;;
# end-sanitize-tx19
-mips*tx39*el*-elf*) gdb_target=tx39el ;;
+mips*tx39*el*-elf*) gdb_target=tx39l ;;
mips*tx39*-elf*) gdb_target=tx39 ;;
# start-sanitize-tx49
mips64*tx49*el-*-elf*) gdb_target=tx49el ;;