Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.16 KB

File metadata and controls

24 lines (19 loc) · 1.16 KB

                 Linaro GCC 4.9 Toolchain optimized for Cortex-A15 cpu - README

This repo contains latest Linaro GCC 4.9 toolchain optimized for Cortex-A15 cpu with Neon-VFPv4 technology support, this is suitable for Android kernel development and includes also latest Linaro GDB.

The toolchain has been built using latest official crosstool-NG toolchain builder and is configured with Cortex-A15 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="" CT_ARCH_CPU="cortex-a15" CT_ARCH_TUNE="cortex-a15" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y CT_ARCH_FLOAT="hard" CT_ARCH_SUPPORT_SOFTFP=y CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

You can find other toolchain builds on my GitHub and also the zipped versions on my Mediafire, please take a look at the original thread on XDA Developers forum at this link: http://forum.xda-developers.com/showthread.php?t=2098133