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

4.104.114.84.95
Last change on this file since de5e24f was f3f23878, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/97 at 15:22:49

Fixed this where it works. It includes the libpc.a and libc.a from
djgpp v1.x.

  • Property mode set to 100644
File size: 310 bytes
RevLine 
[b1b5a7cb]1
2predefines:
3-D__embedded__ -Asystem(embedded)
4
5startfile: replace
6mrtems:
[f3f23878]7pg: crt0.o%s
[b1b5a7cb]8{!pg:
[f3f23878]9g: crt0.o%s
[b1b5a7cb]10{!g:
[f3f23878]11p: crt0.o%s
12!p: crt0.o%s
[b1b5a7cb]13}}
14{!mrtems:
15pg: pgcrt0%O
16{!pg:
17g: gcrt0%O
18{!g:
19p: pcrt0%O
20!p: crt0%O
21}}}
22
23
24link: replace
[f3f23878]25
[b1b5a7cb]26
27lib: replace
[f3f23878]28mrtems: -( -lc -lrtemsall -lgcc -) -lcgo32 -lpc
[b1b5a7cb]29
30
31libgcc: replace
32
33
34
Note: See TracBrowser for help on using the repository browser.