source: rtems/c/src/lib/libbsp/powerpc/psim/bsp_specs @ 01a9d941

4.104.114.84.95
Last change on this file since 01a9d941 was 01a9d941, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/99 at 20:39:17

Patch from Andrew Bray <andy@…>:

In your various bsp_specs files, even when ecrti.o is defined as a
startfile, ecrtn.o is not defined as an endfile. Instead it seems to
be in the library list - untidy.

  • Property mode set to 100644
File size: 646 bytes
RevLine 
[8961188]1%rename cpp old_cpp
2%rename lib old_lib
3%rename endfile old_endfile
4%rename startfile old_startfile
5%rename link old_link
6
7*cpp:
8%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
9
10*lib:
[0903597f]11%{!qrtems: %(old_lib)} %{qrtems: --start-group \
[8961188]12%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
[01a9d941]13-lc -lgcc --end-group \
[8961188]14%{!qnolinkcmds: -T linkcmds%s}}
15
16*startfile:
[0903597f]17%{!qrtems: %(old_startfile)} %{qrtems:  ecrti%O%s \
18%{!qrtems_debug: startsim.o%s} \
19%{qrtems_debug: startsim_g.o%s}}
[8961188]20
[01a9d941]21*endfile:
22%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
23
[8961188]24*link:
25%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start -u __vectors}
26
Note: See TracBrowser for help on using the repository browser.