*asm:
%{mbig-endian:-EB}

*asm_final:


*cpp:
-nostdinc -I/usr/local/epoc32/include -D__arm710 -D__APCS_32__ -U__APCS_26__ -D__SOFTFP %{m6:-D__arm6__} %{mcpu-*:-D__%*} %{mcpu=*:-D__%*} %{mapcs-32:-D__APCS_32__ -U__APCS_26__} %{mapcs-26:-D__APCS_26__ -U__APCS_32__} %{!mapcs-32: %{!mapcs-26:-D__APCS_32__}} %{msoft-float:-D__SOFTFP__} %{mhard-float:-U__SOFTFP__} %{!mhard-float: %{!msoft-float:-U__SOFTFP__}} %{mbig-endian:-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__}} %{mbe:-D__ARMEB__ %{mwords-little-endian:-D__ARMWEL__}} %{!mbe: %{!mbig-endian:-D__ARMEL__}} 

*cc1:
-Wno-ctor-dtor-privacy -mcpu-arm710 -mapcs-32 -mshort-load-bytes -msoft-float -fcheck-new -fvtable-thunks -fomit-frame-pointer

*cc1plus:
-Wno-ctor-dtor-privacy -mcpu-arm710 -mapcs-32 -mshort-load-bytes -msoft-float -fcheck-new -fvtable-thunks -fomit-frame-pointer

*endfile:


*link:
%{mbig-endian:-EB} -X

*lib:
-lc

*libgcc:
-lgcc

*startfile:
crt0.o%s

*switches_need_spaces:


*signed_char:
%{!fsigned-char:-D__CHAR_UNSIGNED__}

*predefines:
-Darm -D__pe__ -Acpu(arm) -Amachine(arm) -D__declspec(x)=__attribute__((x)) -D__SYMBIAN32__ -D__PSISOFT32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__EXE__

*cross_compile:
1

*multilib:
. !mhard-float;fpu mhard-float;

