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

PR 452/bsps
	* bsp_specs: Remove -D__USE_INIT_FINI__.
	Remove *.cpp (Now unused).
This commit is contained in:
Joel Sherrill
2003-08-21 17:12:31 +00:00
parent b0b9b3dc27
commit a23206b8bd
4 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 452/bsps
* 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__embedded__ -D__USE_INIT_FINI__ } -Asystem(embedded)
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \

View File

@@ -1,3 +1,9 @@
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 452/bsps
* 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__embedded__ -D__USE_INIT_FINI__} -Asystem(embedded)
*lib:
%{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} \