Wrappers to invoke between 32-/64-bit prebuilt linux toolchain for SDK
The folder gcc-sdk contains wrappers to invoke either
prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6 or
x86_64-linux-glibc2.7-4.6 based on the presence of -m32 or -m64
(default) in command line options.
Changes for the following to use these will be submitted later
(in different git)
1) build/core/combo/HOST_linux-x86.mk
2) external/qemu/android-configure.sh
3) external/qemu/Makefile.android
Only gcc, g++ and ar are exercised by the above scripts.
Change-Id: I45dc3a496ebd396b65885bd8994f397f80ca99e6
20 files changed