source:
rtems/c/src/lib/libbsp/powerpc/papyrus/bsp_specs
@
e9932367
Last change on this file since e9932367 was e9932367, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/97 at 21:54:59 | |
---|---|
|
|
File size: 437 bytes |
Rev | Line | |
---|---|---|
[e9932367] | 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 | |
[b1b5a7cb] | 6 | |
[e9932367] | 7 | *cpp: |
8 | %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) | |
[b1b5a7cb] | 9 | |
[e9932367] | 10 | *lib: |
11 | %{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s --start-group -lc -lrtemsall -lgcc --end-group} | |
[b1b5a7cb] | 12 | |
[e9932367] | 13 | *startfile: |
14 | %{!qrtems: %(old_startfile)} %{qrtems: } | |
[b1b5a7cb] | 15 | |
[e9932367] | 16 | *link: |
17 | %{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N -T linkcmds%s} | |
[b1b5a7cb] | 18 |
Note: See TracBrowser
for help on using the repository browser.