diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2006-02-16 08:05:02 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2006-02-16 08:05:02 +0000 |
commit | aaa2ab3d61e573f42195e897b8e87acadbcd0c28 (patch) | |
tree | 7bcb03f09dfb506b5898157d2ff8c42e9d58aaa5 /ld/configure.tgt | |
parent | 4d36a59818ae6e0d7a48d219d5661a613639302c (diff) | |
download | gdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.zip gdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.tar.gz gdb-aaa2ab3d61e573f42195e897b8e87acadbcd0c28.tar.bz2 |
bfd:
* config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use
traditional MIPS ELF targets.
gas:
* configure.tgt: set emulation for mips-*-netbsd*
ld:
* configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
Use the traditional target.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index fbd3778..d2bc712 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -308,10 +308,12 @@ mips*-sgi-irix6*) targ_emul=elf32bmipn32 mips*-sgi-irix*) targ_emul=mipsbig ;; mips*el-*-ecoff*) targ_emul=mipsidtl ;; mips*-*-ecoff*) targ_emul=mipsidt ;; -mips*el-*-netbsd*) targ_emul=elf32lmip - targ_extra_emuls="elf32bmip" ;; -mips*-*-netbsd*) targ_emul=elf32bmip - targ_extra_emuls="elf32lmip" ;; +mips*el-*-netbsd*) targ_emul=elf32ltsmip + targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip" + ;; +mips*-*-netbsd*) targ_emul=elf32btsmip + targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip" + ;; mips*-*-bsd*) targ_emul=mipsbig ;; mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;; mips*vr4300-*-elf*) targ_emul=elf32b4300 ;; |