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

* bsp_specs: Remove "*cpp:". Remove qrtems_debug.
This commit is contained in:
Ralf Corsepius
2007-04-12 05:20:39 +00:00
parent e3fe18d088
commit 93c158a0de
2 changed files with 6 additions and 14 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove "*cpp:". Remove qrtems_debug.
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps
+2 -14
View File
@@ -1,22 +1,10 @@
%rename cpp old_cpp
%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*cpp:
%(old_cpp) %{msoft-float: -D__soft_float__}
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}}
*startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}}}
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s}}
*link:
%(old_link) %{qrtems: -dc -dp -N -e start}