source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/bsp_specs @ a2ae30c2

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 318 bytes
Line 
1%rename cpp old_cpp
2%rename lib old_lib
3
4*cpp:
5%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
6
7*lib:
8%{!qrtems: %(old_lib)} \
9%{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
10 -lc -lgcc --end-group \
11 %{!qnolinkcmds: -T linkcmds%s}}}
12
Note: See TracBrowser for help on using the repository browser.