[android-porting] Re: Build Android for ARMv6

2008-12-07 Thread Ben Leslie
You may still want to compile specifically for ARMv6 though. In this case you will need to go into linux-arm.mk and add your own rules for building ARMv6. Follow the ARMv4 for an example of how to do this. Cheers, Benno On Mon, Dec 1, 2008 at 8:24 PM, lqoyzy [EMAIL PROTECTED] wrote: you've

[android-porting] Re: Build Android for ARMv6

2008-12-01 Thread Pivotian
currently Android by default built for ARMv5 instruction set but i want to build it for ARMv6 instruction set. How can i do that? what are all the files which i have to modify. the linux-arm.mk file is currently set for armv5te architecture and has provision for armv4 but not for other

[android-porting] Re: Build Android for ARMv6

2008-12-01 Thread lqoyzy
you've no need to change this, armv6 is compatible with armv5, this option is for lower version of arm architecture and it's still incomplete. Pivotian wrote: currently Android by default built for ARMv5 instruction set but i want to build it for ARMv6 instruction set. How can i do that? what