2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Remove *lib (Anachronism).
This commit is contained in:
Ralf Corsepius
2011-07-29 14:06:56 +00:00
parent ace38fb787
commit 89dc49928a
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove *lib (Anachronism).
2011-03-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Remove stub version.

View File

@@ -1,13 +1,7 @@
%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*lib:
%{!qrtems: %(old_lib)} \
%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}}
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}