source:
rtems/c/src/lib/libbsp/m68k/gen68302/bsp_specs
@
6128a4a
Last change on this file since 6128a4a was a1546de, checked in by Ralf Corsepius <ralf.corsepius@…>, on Sep 19, 2003 at 10:18:23 AM | |
---|---|
|
|
File size: 367 bytes |
Line | |
---|---|
1 | %rename endfile old_endfile |
2 | %rename startfile old_startfile |
3 | %rename link old_link |
4 | |
5 | *startfile: |
6 | %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ |
7 | %{!qrtems_debug: start.o%s} \ |
8 | %{qrtems_debug: start_g.o%s} \ |
9 | crti.o%s crtbegin.o%s}} |
10 | |
11 | *link: |
12 | %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} |
13 | |
14 | *endfile: |
15 | %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} |
16 |
Note: See TracBrowser
for help on using the repository browser.