source:
rtems/c/src/lib/libbsp/i386/force386/bsp_specs
@
b1b5a7cb
Last change on this file since b1b5a7cb was b1b5a7cb, checked in by Joel Sherrill <joel.sherrill@…>, on Jan 28, 1997 at 11:16:16 PM | |
---|---|
|
|
File size: 342 bytes |
Line | |
---|---|
1 | |
2 | predefines: |
3 | -D__embedded__ -Asystem(embedded) |
4 | |
5 | startfile: replace |
6 | mrtems: |
7 | pg: start.o%s |
8 | {!pg: |
9 | g: start.o%s |
10 | {!g: |
11 | p: start.o%s |
12 | !p: start.o%s |
13 | }} |
14 | {!mrtems: |
15 | pg: pgcrt0%O |
16 | {!pg: |
17 | g: gcrt0%O |
18 | {!g: |
19 | p: pcrt0%O |
20 | !p: crt0%O |
21 | }}} |
22 | |
23 | |
24 | link: replace |
25 | mrtems: -dc -dp -N -T linkcmds%s -e start |
26 | |
27 | lib: replace |
28 | mrtems: -( -lc -lrtemsall -lgcc -) |
29 | |
30 | |
31 | libgcc: replace |
32 | |
33 | |
34 |
Note: See TracBrowser
for help on using the repository browser.