source: rtems/c/src/lib/libbsp/i386/go32/bsp_specs @ 1388d19

4.104.114.84.95
Last change on this file since 1388d19 was 70b0d66, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/98 at 13:08:02

Added support for -qrtems_debug flag.

  • Property mode set to 100644
File size: 461 bytes
Line 
1%rename cpp old_cpp
2%rename lib old_lib
3%rename endfile old_endfile
4%rename startfile old_startfile
5%rename link old_link
6
7*cpp:
8%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
9
10*lib:
11%{!qrtems: %(old_lib)} %{qrtems: --start-group \
12%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
13-lc -lgcc --end-group -lcgo32 -lpc}
14
15*startfile:
16%{!qrtems: %(old_startfile)} %{qrtems: crt0_go32.o%s}
17
18*link:
19%{!qrtems: %(old_link)} %{qrtems: %(old_link)}
20
Note: See TracBrowser for help on using the repository browser.