summaryrefslogtreecommitdiff
path: root/x86_64-linux-android
AgeCommit message (Collapse)Author
2018-02-05Update prebuilt GCC to build 4586595.android-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7llvm-r316199Caroline Tice
Change-Id: Ib8a4e0af73b63cb898de727bdca49d26cac0a020
2018-01-30Update prebuilt GCC to build 4575637.Caroline Tice
Change-Id: I1c0252ac0d28bbf03fcccd2c3e7dfa03171ceaaf
2017-09-19Update prebuilt GCC to build 4342532.Rahul Chaudhry
This build contains binutils-2_27: - https://android-review.googlesource.com/c/toolchain/binutils/+/474197 It also contains many other (smaller) changes since the last time prebuilts were updated on 2017-07-11 (build 4168537). Bug: 37683243 Test: 'lunch aosp_x86-eng; m' completed successfully on linux host. Test: 'lunch aosp_x86_64-eng; m' completed successfully on linux host. Change-Id: Ic53855316b9f5942e64dd634bd00f9617153ced3
2017-07-11Update prebuilt GCC to build 4168537.ndk-r16-beta2ndk-r16-beta1ndk-r16android-o-preview-4android-o-iot-preview-5o-iot-preview-5ndk-release-r16ndk-r16-releaseCaroline Tice
Bug: http://b/63044552 Change-Id: I937a950224be0a584c3e6da2fc3c0d757a1c7950
2016-10-10Update prebuilt GCC to build 3335333.ndk-r14-beta2ndk-r14-beta1ndk-r14android-n-mr1-preview-2android-n-mr1-preview-1ndk-r14-releaseCaroline Tice
Change-Id: If83f8c959cfe9bacb1f28bc80bbd415dbb7b0a27
2016-04-04Update prebuilt GCC to build 2734602.ndk-r13-beta2ndk-r13-beta1ndk-r13ndk-r12bndk-r12-beta2ndk-r12-beta1android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-preview-3android-n-preview-2android-n-iot-preview-2nougat-mr1-wear-releasendk-r13-releasendk-r12-releasen-iot-preview-2Caroline Tice
Change-Id: I494a588e7323194c4b9ee08b1ce0bd9eb898c9bc
2016-02-19Update prebuilt GCC to build 2617618.android-n-preview-1brillo-m10-releasebrillo-m10-devThan McIntosh
Highlights * gold linker fix for the noisy A53 errata messages * gold linker fix for huge arm32 PLT overflow bug (PR gold/18780) Bug: http://b/26536732 Change-Id: I8b630987f3e142677351aa5d52e4020f2cd5ae5a
2015-12-16Update prebuilt GCC to build 2492827.Than McIntosh
Change-Id: I17c4257852f982954a80970ecbc8f84c2841ab2e
2015-12-16Revert "Update prebuilt GCC to build 2485757."Than McIntosh
This reverts commit 5b9a4704427cf7220f452916f4af18f217e7e86f. Bug: 26224556 Change-Id: Icbe14cad1552f0bf9885c4ee9c35b7dbd4deb9a0
2015-12-14Update prebuilt GCC to build 2485757.Than McIntosh
Change-Id: I37e29f19d952efbde751bfeb458a24caef65dce9
2015-05-26Rebuild with r212222 to fix devirtualization bug in GCC4.9android-m-preview-1Andrew Hsieh
Change-Id: I015fbc85a29f75383780769721e8476a37b9e513
2015-03-31Fix an issue optimizing code with #pragma GCC optimize ("O0"); improves codegenandroid-wear-5.1.1_r1android-wear-5.1.0_r1android-m-previewmaster-soongAndrew Hsieh
Change-Id: Ib0dca82f1cd04a829a9eb9f39cc2df31894ec29d
2015-03-13Refresh x86_64-linux-android-4.9Andrew Hsieh
mainly to contain the fix about bognus array-bound checking See https://android-review.googlesource.com/#/c/125800 Change-Id: I70fae7a5d003a2f506f123012ca6469781530b36
2014-11-13[linux-x86] Refresh gcc-4.9 prebuilts for X86_64android-wear-5.0.0_r1lollipop-wear-releaseRong Xu
gcc.4-9 source is from google/gcc-4_9 branch. See prev commit message for build instructions Change-Id: I310615253d4b359784a9d63622fddef47a71ea74
2014-09-08Add ld.mcldandroid-l-preview_r2l-previewAndrew Hsieh
Copied from NDK toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ld.mcld Change-Id: I58001f041df7b5b55a95b40044e4f5379b03fae9
2014-06-13Add x86_64 toolchain x86_64-linux-android-4.9Andrew Hsieh
Build instructions: export AOSP=your-AOSP-path export NDK=$AOSP/ndk cd $NDK ; ./build/tools/dev-cleanup.sh ./build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src ./build/tools/gen-platforms.sh --minimal --dst-dir=$NDK --ndk-dir=$NDK --arch=x86_64 ./build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86_64-4.9 --try-64 rm -rf $NDK/toolchains/x86_64-4.9/prebuilt/linux-x86_64/sysroot cp -a $NDK/toolchains/x86_64-4.9/prebuilt/linux-x86_64/* \ $AOSP/prebuilts/gcc/linux-x86_64/x86/x86_64-linux-android-4.9 Change-Id: I2efe2cbf64873551445765079662150fb3f93a64