forked from Imagelibrary/rtems
2003-03-24 Joel Sherrill <joel@OARcorp.com>
PR 378/bsps * bsp_specs: Did not include ecrtn in endfile sections. Reported and fixed by elkolli@crf.canon.fr.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-03-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 378/bsps
|
||||
* bsp_specs: Did not include ecrtn in endfile sections. Reported
|
||||
and fixed by elkolli@crf.canon.fr.
|
||||
|
||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
|
||||
|
||||
*lib:
|
||||
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \
|
||||
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
|
||||
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
|
||||
-lc -lgcc --end-group \
|
||||
%{!qnolinkcmds: -T linkcmds%s}}}
|
||||
@@ -16,7 +16,10 @@
|
||||
*startfile:
|
||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
||||
%{!qrtems_debug: } \
|
||||
%{qrtems_debug: }}}
|
||||
%{qrtems_debug: }ecrti%O%s}}
|
||||
|
||||
*endfile:
|
||||
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
|
||||
|
||||
*link:
|
||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N }
|
||||
|
||||
Reference in New Issue
Block a user