| Issue 146: | OS builds for ArmV5 insted of ArmV6 | |
| 2 people starred this issue and may be notified of changes. | Back to list |
adfad666 pointed out P500 are been built without the proper optimizations since GB. https://github.com/popdog123/android_build/blob/ics/core/combo/arch/arm/armv6-vfp.mk arch_variant_cflags := \ -mcpu=$(TARGET_ARCH_VARIANT_CPU) \ -mfloat-abi=softfp \ -mfpu=$(TARGET_ARCH_VARIANT_FPU) \ -D__ARM_ARCH_5__ \ -D__ARM_ARCH_5T__ \ -D__ARM_ARCH_5E__ \ -D__ARM_ARCH_5TE__ https://github.com/androidarmv6/android_build/blob/jellybean/core/combo/arch/arm/armv6-vfp.mk arch_variant_cflags := \ -march=armv6k \ -mtune=arm1136j-s \ -D__ARM_ARCH_6__ \ -D__ARM_ARCH_6J__ \ -D__ARM_ARCH_6K__
Nov 25, 2012
Project Member
#1
mihai.an...@gmail.com
Nov 25, 2012
(No comment was entered for this change.)
Status:
Started
Nov 25, 2012
Here's adfad666 original post qoute: ( http://forum.xda-developers.com/showthread.php?t=1994568 ) "You may have noticed I've been rather quiet recently. I've been spending my time trying to get Firefox-OS working. It's based on Android's HAL so it should work, but currently the Mozilla part is still not compatible with ARMv6 devices. Nothing I try will get it to boot. However going through the build files, I came across some files that are quite different to CyanogenMod, potentially we may have been creating inferior builds since even the Gingerbread days!!! "
Dec 26, 2012
(No comment was entered for this change.)
Status:
Done
|