2002-08-21 Joel Sherrill <joel@OARcorp.com>

* bsp_specs: Added support for -nostdlibs.
This commit is contained in:
Joel Sherrill
2002-08-21 17:06:22 +00:00
parent 1846a62408
commit a2ae30c2d3
106 changed files with 418 additions and 205 deletions

View File

@@ -11,15 +11,15 @@
crtend.o%s crtn.o%s
*lib:
%{!qrtems: %(old_lib)} %{qrtems: --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}}
%{!qnolinkcmds: -T linkcmds%s}}}
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}