2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
	replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
This commit is contained in:
Joel Sherrill
2002-01-04 17:32:07 +00:00
parent ba748523d1
commit 8fec91537c
69 changed files with 138 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ crtend.o%s crtn.o%s
*lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}