GNU Binutils with patches for OS216
Revision | b0d8fa43a6bccb76db558ea258a0ef6704e0a165 (tree) |
---|---|
Time | 2005-04-09 01:59:54 |
Author | Mark Mitchell <mark@code...> |
Commiter | Mark Mitchell |
* ld/configure.tgt (arm-wrs-linux-gnueabi*): Support both big- and
little-endian.
@@ -1,3 +1,8 @@ | ||
1 | +2005-04-08 Mark Mitchell <mark@codesourcery.com> | |
2 | + | |
3 | + * ld/configure.tgt (arm-wrs-linux-gnueabi*): Support both big- and | |
4 | + little-endian. | |
5 | + | |
1 | 6 | 2005-04-08 Paul Brook <paul@codesourcery.com> |
2 | 7 | |
3 | 8 | * elf32-arm.c (ARM2THUMB_GLUE_SIZE): Rename... |
@@ -263,6 +263,9 @@ arm-*-kaos*) targ_emul=armelf ;; | ||
263 | 263 | arm9e-*-elf) targ_emul=armelf ;; |
264 | 264 | arm*b-*-linux-gnueabi) targ_emul=armelfb_linux_eabi ;; |
265 | 265 | arm*b-*-linux-gnu*) targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;; |
266 | +arm-wrs-linux-gnueabi*) targ_emul=armelf_linux_eabi; | |
267 | + targ_extra_emuls=armelfb_linux_eabi; | |
268 | + targ_extra_libpath=$targ_extra_emuls ;; | |
266 | 269 | arm*-*-linux-gnueabi) targ_emul=armelf_linux_eabi ;; |
267 | 270 | arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; |
268 | 271 | arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; |