1*asm:
2
3
4*asm_final:
5
6
7*cpp:
8%{posix:-D_POSIX_SOURCE}
9
10*cc1:
11
12
13*cc1plus:
14
15
16*endfile:
17
18
19*link:
20
21
22*lib:
23%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}
24
25*startfile:
26%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}
27
28*switches_need_spaces:
29
30
31*signed_char:
32%{funsigned-char:-D__CHAR_UNSIGNED__}
33
34*predefines:
35-Dunix -Di386 -D____386BSD____ -D__386BSD__ -DBSD_NET2 -Asystem(unix) -Asystem(bsd) -Acpu(i386) -Amachine(i386)
36
37*cross_compile:
380
39
40