Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>

* config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
This commit is contained in:
Ian Lance Taylor 1996-10-01 20:15:48 +00:00
parent 50622dea73
commit 161ac690ee
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>
* config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
Tue Oct 1 12:31:39 1996 Ian Lance Taylor <ian@cygnus.com>
* elflink.h (elf_link_add_object_symbols): Only put a symbol from

View file

@ -234,6 +234,12 @@ case "${targ}" in
targ_underscore=yes
;;
# start-sanitize-m32r
m32r-*-*)
targ_defvec=bfd_elf32_m32r_vec
;;
# end-sanitize-m32r
m68*-apollo-*)
targ_defvec=apollocoff_vec
;;
@ -382,7 +388,7 @@ case "${targ}" in
targ_defvec=bfd_elf32_littlemips_vec
targ_selvecs="bfd_elf32_bigmips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
;;
mips*-*-elf*)
mips*-*-elf* | mips*-*-rtems*)
targ_defvec=bfd_elf32_bigmips_vec
targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
;;