aboutsummaryrefslogtreecommitdiff
path: root/toolchains/x86-4.8
AgeCommit message (Collapse)Author
2014-04-11Initial 64-bit supportsAndrew Hsieh
Change-Id: Ie3cb416b34d97a9c42f889f9c47a0a54434e5c3e
2013-10-02Improve ndk-build output + fix double-quotes on Windows.David 'Digit' Turner
This patche slightly improves the ndk-build output for individual build steps, i.e.: BEFORE: Compile <abi> : <some details> AFTER: [abi] Compile : <some details> The reason for this is that there are some build steps which didn't include the <abi>, which is ambiguous when doing a multi-ABI build with lots of parallel jobs. Note that for ARM, 'Compile arm' or 'Compile thumb' are still being used to distinguish between 32-bit ARM and 16 or 16/32 Thumb compilation modes. This only affects Compile and Compile++ build steps. + Fix the extra-quoting issue on Windows described by https://code.google.com/p/android/issues/detail?id=60649 Change-Id: Ib0bb7587f7113d488696e1c820d89adabad3070c
2013-04-02Download/Build/Use GCC 4.8Andrew Hsieh
Change-Id: I230ea06de58b9765eb684f31f28444faf93e4508