Added support for -qrtems_debug flag.

This commit is contained in:
Joel Sherrill
1998-06-04 13:08:02 +00:00
parent ea57368f1b
commit 70b0d6634d

View File

@@ -8,7 +8,9 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group -lrtemsall -lc -lgcc --end-group -lcgo32 -lpc} %{!qrtems: %(old_lib)} %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
-lc -lgcc --end-group -lcgo32 -lpc}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: crt0_go32.o%s} %{!qrtems: %(old_startfile)} %{qrtems: crt0_go32.o%s}