source: rtems/c/src/lib/libbsp/i386/pc386/bsp_specs @ 44eb0beb

Last change on this file since 44eb0beb was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 580 bytes
Line 
1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*endfile:
7crtend.o%s crtn.o%s
8
9*lib:
10%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
11%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
12-lc -lgcc --end-group \
13%{!qnolinkcmds: -T linkcmds%s}}}
14
15*startfile:
16%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
17%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
18%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
19
20*link:
21%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
22
Note: See TracBrowser for help on using the repository browser.