40 lines
446 B
Plaintext
40 lines
446 B
Plaintext
*asm:
|
|
|
|
|
|
*asm_final:
|
|
|
|
|
|
*cpp:
|
|
|
|
|
|
*cc1:
|
|
|
|
|
|
*cc1plus:
|
|
|
|
|
|
*endfile:
|
|
|
|
|
|
*link:
|
|
|
|
|
|
*lib:
|
|
%{g*:-lg} %{!g*:%{!p:%{!pg:-lc}}%{p:-lgmon -lc_p}%{pg:-lgmon -lc_p}}
|
|
|
|
*startfile:
|
|
%{g*:crt0.o%s} %{!g*:%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s %{!static:%{nojump:-L/usr/lib/shlib/nojump} %{!nojump:-L/usr/lib/shlib/jump}}}}}
|
|
|
|
*switches_need_spaces:
|
|
|
|
|
|
*signed_char:
|
|
%{funsigned-char:-D__CHAR_UNSIGNED__}
|
|
|
|
*predefines:
|
|
-Dunix -Di386 -Dlinux
|
|
|
|
*cross_compile:
|
|
0
|
|
|