diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-24 19:21:10 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-24 19:21:10 +0000 |
commit | 96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39 (patch) | |
tree | 37c78d106dc0595bc63ffe514651a3c33d4bd96b /gdb/configure.tgt | |
parent | 2dabcfb418f139220bbf9bab9cf02fb05c9f055a (diff) | |
download | gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.zip gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.tar.gz gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.tar.bz2 |
Add GNU/Linux specific support for the n32 and n64 MIPS ABIs.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index d272950..b74e28c 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -189,6 +189,7 @@ mips*tx39*el*-elf*) gdb_target=tx39l ;; mips*tx39*-elf*) gdb_target=tx39 ;; mips64*el-*-elf*) gdb_target=embedl64 ;; mips64*-*-elf*) gdb_target=embed64 ;; +mips64*-*-linux*) gdb_target=linux64 ;; mips*el-*-ecoff*) gdb_target=embedl ;; mips*-*-ecoff*) gdb_target=embed ;; mips*el-*-elf*) gdb_target=embedl ;; |