2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bsp_specs: Remove -D__USE_INIT_FINI__.
	Remove *.cpp (Now unused).
This commit is contained in:
Ralf Corsepius
2003-08-11 15:59:09 +00:00
parent 5bc5987608
commit 26ff37a4d8
4 changed files with 10 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__USE_INIT_FINI__.
Remove *.cpp (Now unused).
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -1,12 +1,8 @@
%rename cpp old_cpp
%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*cpp:
%(old_cpp) %{qrtems: -D__USE_INIT_FINI__ }
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \

View File

@@ -1,3 +1,8 @@
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__USE_INIT_FINI__.
Remove *.cpp (Now unused).
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -1,12 +1,8 @@
%rename cpp old_cpp
%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*cpp:
%(old_cpp) %{qrtems: -D__USE_INIT_FINI__}
*lib:
%{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} \