9ada5ea3626964561ed983c64cf04bcdf44e6806 |
|
30-May-2012 |
Andrew Hsieh <andrewhsieh@google.com> |
Fixed prebuilt path and toolchain names 1) Use "prebuilts" instead of "prebuilt" to legalize BUILD_TOP 2) Update CROSSTOOLCHAIN and CROSSPREFIX for all arch 3) Add -fno-pic because some toolchain (eg. x86 and mips) in prebuilts/gcc are NDK-compatible (ie. enforces -fpic, etc) Verified to build working kernel-goldfish for all arch Change-Id: I93ac8f0beeaae14aa4575629fd8eaf4af73ef7ce
/external/qemu/distrib/kernel-toolchain/toolbox.sh
|
0621eeb599686e1d7dea3bf39ae8057bec574e0d |
|
21-Apr-2012 |
H.J. Lu <hongjiu.lu@intel.com> |
Replace i686-android-linux with i686-linux-android Author: "H.J. Lu" <hongjiu.lu@intel.com>
/external/qemu/distrib/kernel-toolchain/toolbox.sh
|
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
|