On Sun, Jul 8, 2012 at 1:19 AM, Thomas Schatzl <[email protected]> wrote: > Updated/rebased the branch with 21814. The sources now compile with > -Cparmv6, and I also got cross- and native arm/android compilers.
Great! I will test now. Just to know: Does this compiler contain all the fixes from multiple bug reports including fixes for threading, dynamic library loading, etc? > Note that you may need to mark your android app as conforming to armeabi-v7 > now because the compiler may emit or at least allows armv6 instructions > (whatever these are) now. That would be counter-productive because my HTC Wildfire runs ARMv6 so my application would stop working there. ARMv5 Android devices are virtually inexistent. In my office we have 100+ devices and I am not aware of a single one which uses ARMv5. All low-end devices are ARMv6 > Actually, I saw that armv5 already supports blx, do not know right now why > it isn't generated in the first place. Did you ever try compiling the > compiler or your program with -Cparmv5? Maybe it's just that the compiler > default is < armv5? I never really tested -Cparmv5, only -Cparmv6 and with no options (so default value), I just conected the points based on your assertion that default=v5, but indeed maybe it is v4. -- Felipe Monteiro de Carvalho _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
