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

* bsp_specs: Remove qrtems_debug.
	Remove *cpp:.
This commit is contained in:
Ralf Corsepius
2007-04-12 05:15:13 +00:00
parent 58d4947df1
commit 46898a6b55
2 changed files with 9 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
Remove *cpp:.
2007-03-12 Joel Sherrill <joel@OARcorp.com> 2007-03-12 Joel Sherrill <joel@OARcorp.com>
* include/coverhd.h: Correct license URL and/or fix mistake in * include/coverhd.h: Correct license URL and/or fix mistake in

View File

@@ -1,27 +1,19 @@
%rename cpp old_cpp
%rename lib old_lib %rename lib old_lib
%rename endfile old_endfile %rename endfile old_endfile
%rename startfile old_startfile %rename startfile old_startfile
%rename link old_link %rename link old_link
*cpp:
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ %{!qrtems: %(old_lib)} \
%{!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}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.o%s }}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtnn.o%s} %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtnn.o%s}