source: rtems/c/src/lib/libbsp/m68k/efi68k/bsp_specs @ 68be514

4.104.114.84.95
Last change on this file since 68be514 was a1546de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 10:18:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
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} \
9crti.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.