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

* bsp_specs: Remove qrtems_debug.
This commit is contained in:
Ralf Corsepius
2007-04-12 05:17:50 +00:00
parent 46898a6b55
commit e3fe18d088
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -1,9 +1,7 @@
%rename lib old_lib %rename lib old_lib
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \
-lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}} %{!qnolinkcmds: -T linkcmds%s}}}