home *** CD-ROM | disk | FTP | other *** search
- *asm:
- %{m2:-marm2} %{m3:-marm3} %{m6:-marm6} %{m7:-marm7} %{!m2:%{!m3:%{!m6:%{!m7:-marm3}}}}
-
- *asm_final:
-
-
- *cpp:
- %{m2:-D__arm2__} %{m3:-D__arm3__} %{m6:-D__arm6__} %{m7:-D__arm7__} %{!m2:%{!m3:%{!m6:%{!m7:-D__arm3__}}}} %{posix:-D_POSIX_SOURCE}
-
- *cc1:
-
-
- *cc1plus:
-
-
- *endfile:
-
-
- *link:
-
-
- *lib:
- %{mieee-fp:-lieee} %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}
-
- *startfile:
- %{pg:/usr/lib/gcrt0.o%s} %{!pg:%{p:/usr/lib/gcrt0.o%s} %{!p:/usr/lib/crt0.o%s}}
-
- *switches_need_spaces:
-
-
- *signed_char:
- %{funsigned-char:-D__CHAR_UNSIGNED__}
-
- *predefines:
- -Dunix -Darm -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)
-
- *cross_compile:
- 0
-
- *multilib:
- . ;
-
-