source: rtems/c/src/lib/libbsp/m68k/ods68302/bsp_specs @ a1546de

4.104.114.84.95
Last change on this file since a1546de 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
RevLine 
[e9932367]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
[0074691a]4
[e9932367]5*startfile:
[a2ae30c2]6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
[d2a05e7]7%{!qrtems_debug: start.o%s} \
[b2b4835]8%{qrtems_debug: start_g.o%s} \
[a2ae30c2]9crti.o%s crtbegin.o%s}}
[0074691a]10
[e9932367]11*link:
[8fe6d358]12%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
[0074691a]13
[b2b4835]14*endfile:
15%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
16
Note: See TracBrowser for help on using the repository browser.