Dariusz Mazur schrieb: > > I know too few to say to omit some options > Jonas say about: CROSSOPT="-dFPC_ARMEL
This is not needed. > last time when I ask about reduction options everyone blame me > > > but how compiler know, that FPU is present or absent (-CfSOFT)? armel has by default no fpu or whatever. > > >> needed nor desired. -dFPC_ARMEL is enough. Neither is -dFPC_ARMEL needed >> in CROSSOPT. It is only needed when the first arm compiler is built and >> in this case OPT=-dFPC_ARMEL is enough. >> > for me better: CPU_TARGET=armel (similar as ARMEB) Neither armel nor armeb are supported yet by fpc. So the extra OPT=-dFPC_ARMEL is needed when building fpc. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
