History log of /external/qemu/distrib/kernel-toolchain/android-kernel-toolchain-ld
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bc9cbbe2a02d84d57854c211449f6491a6140eab 14-Dec-2011 David 'Digit' Turner <digit@google.com> kernel: update build-kernel.sh script for x86

This updates the build-kernel.sh script to be able to rebuild
the x86 goldfish kernel from sources using our NDK-compatible
toolchain. This is needed because the toolchain is configured
with -mfpmath=sse and -fpic by default, which we need to disable.

Because the kernel build system doesn't allow us to provide extra
compiler flags easily, we create a "magic" wrapper toolchain to
do it for us (see toolbox.sh)

Change-Id: Ie868497dc5543d1149c51f354daa567863b638dc
/external/qemu/distrib/kernel-toolchain/toolbox.sh