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 /gas/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 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index a500a11..6463631 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -268,7 +268,7 @@ case ${generic_target} in mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;; mips-*-sysv*) fmt=ecoff ;; mips-*-elf* | mips-*-rtems*) fmt=elf ;; - mips-*-netbsd*) fmt=elf ;; + mips-*-netbsd*) fmt=elf em=tmips ;; mips-*-openbsd*) fmt=elf em=tmips ;; mmix-*-*) fmt=elf ;; |