aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/kernel-toolchain
Commit message (Collapse)AuthorAgeFilesLines
* Fixed prebuilt path and toolchain namesAndrew Hsieh2012-05-301-7/+11
| | | | | | | | | | | 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
* Replace i686-android-linux with i686-linux-androidH.J. Lu2012-05-031-1/+1
| | | | Author: "H.J. Lu" <hongjiu.lu@intel.com>
* kernel: update build-kernel.sh script for x86David 'Digit' Turner2011-12-1610-0/+61
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