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

* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
This commit is contained in:
Ralf Corsepius
2003-08-06 13:06:25 +00:00
parent d266acd281
commit 31aa51e145
6 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -5,8 +5,7 @@
%rename link old_link
*cpp:
%(old_cpp) %{msoft-float: -D__soft_float__} \
%{qrtems: -D__embedded__} -Asystem(embedded)
%(old_cpp) %{msoft-float: -D__soft_float__}
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \

View File

@@ -1,3 +1,7 @@
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -5,7 +5,7 @@
%rename link old_link
*cpp:
%(old_cpp) %{qrtems: -D__embedded__ -D__USE_INIT_FINI__ } -Asystem(embedded)
%(old_cpp) %{qrtems: -D__USE_INIT_FINI__ }
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \

View File

@@ -1,3 +1,7 @@
2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -5,7 +5,7 @@
%rename link old_link
*cpp:
%(old_cpp) %{qrtems: -D__embedded__ -D__USE_INIT_FINI__} -Asystem(embedded)
%(old_cpp) %{qrtems: -D__USE_INIT_FINI__}
*lib:
%{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \