source: rtems/c/src/lib/libbsp/m68k/gen68302/bsp_specs @ 0ccb2bb

4.104.114.95
Last change on this file since 0ccb2bb was 71c4d68, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:22:58

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 315 bytes
RevLine 
[e9932367]1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
[b1b5a7cb]4
[e9932367]5*startfile:
[71c4d68]6%{!qrtems: %(old_startfile)} \
7%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
[b1b5a7cb]8
[e9932367]9*link:
[8fe6d358]10%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
[b1b5a7cb]11
[b2b4835]12*endfile:
13%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracBrowser for help on using the repository browser.