I was using arm-eabi builds on Linaro Android 4.9 toolchain 2014.06.
I've just downloaded 2014.07 and found out there is not an arm-eabi toolchain.
I need arm-eabi to build Linux kernels and arm-none-eabi toolchain from here: http://releases.linaro.org/14.07/components/toolchain/binaries/gcc-linaro-ar... is not capable of building LTO kernels. Error pops up : "cc1: error: -fno-fat-lto-objects are supported only with linker plugin"
TL;DR, I need arm-eabi builds from Linaro Android toolchains. arm-none-eabi builds are not built with linker plugin enabled.