source:
rtems/c/src/lib/libbsp/i386/go32/bsp_specs
@
e9932367
Last change on this file since e9932367 was e9932367, checked in by Joel Sherrill <joel.sherrill@…>, on Aug 28, 1997 at 9:54:59 PM | |
---|---|
|
|
File size: 404 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 -lc -lrtemsall -lgcc --end-group -lcgo32 -lpc} |
12 | |
13 | *startfile: |
14 | %{!qrtems: %(old_startfile)} %{qrtems: crt0.o%s} |
15 | |
16 | *link: |
17 | %{!qrtems: %(old_link)} %{qrtems: %(old_link)} |
18 |
Note: See TracBrowser
for help on using the repository browser.