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

@@ -2,8 +2,8 @@
*lib:
%{!qrtems: %(old_lib)} \
%{qrtems: %{!qrtems_debug: -lrtemsall } \
%{qrtems_debug: -lrtemsall_g} \
%{qrtems: %{!qrtems_debug: -lrtemsbsp -lrtemscpu } \
%{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
%(old_lib) \
%{qnolinkcmds: } }