source: rtems/c/src/lib/libbsp/sh/shsim/bsp_specs @ 98aa7ca

5
Last change on this file since 98aa7ca was 98aa7ca, checked in by Joel Sherrill <joel@…>, on 12/18/17 at 23:05:32

shsim: Simplify bsp_specs

This bsp_specs included non-standard logic to pass endian arguments
to the linker. These should not be necessary. If they are, it is a
bug in the sh gcc target. The code was "%{ml:-EL}%{mb:-EB}"

Also the file linkcmds.sim was not referenced and was deleted.

Updates #3250.

  • Property mode set to 100644
File size: 220 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3
4*startfile:
5%{!qrtems: %(old_startfile)} \
6%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
7
8*endfile:
9%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.