Friends of the greed robot,
The attached file is used to compile the MM libs from one of our vendor. On line 224 the variable TARGET_CROSS_COMPILE is assigned the value 'arm-eabi-', forcing the build script to look in $PATH for the compiler. This is obviously not what we want.
I commented out 218 and added 219 and the libs are now compiled with 'arm-linux-androideabi-'.
I would like to know if there is a better way to fetch the linaro-android toolchain or if it is ok to simply reference TARGET_TOOL_PREFIX the way I did.
Regards, Mathieu.