To get a different compiler, you'll need to set in some place like your build/target/product the location of your compiler:
override TARGET_TOOLS_PREFIX := $(TOPDIR)../cross/bin/arm-eabi- Then you'll need to use different compiler settings in build/core/combo/linux-arm.mk. I don't know if my patch made it in there, but I had it setup so you can override the specific ones with TARGET_ARCH_CFLAGS. Praveen wrote: > I suppose the android file system is built for arm v5 architecture on > make and uses the toolchain that comes with the android source. What > are the changes that i have to do to built the system and data > images for the arm v6 architecture and that too with a > toolchain (4.3.1-eabi-armv6) other than toolchain that comes with > android ? > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
