summaryrefslogtreecommitdiff
path: root/x86_64-linux-android/lib/ldscripts/elf_i386.xc
AgeCommit message (Collapse)Author
2018-09-05Update prebuilt GCC to build 4983606.ndk-r19cndk-r19bndk-r19-beta2ndk-r19-beta1ndk-r19android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5oreo-mr1-1.2-iot-releasendk-release-r19master-cuttlefish-testing-releasePeter Collingbourne
Bug: 112907825 Change-Id: I404cf5579022c3c523c5d06c15ae3ed8a6e0ec62
2018-03-27Update prebuilt GCC to build 4682334.ndk-r18bndk-r18-beta2ndk-r18-beta1android-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7o-mr1-iot-preview-8ndk-release-r18Rahul Chaudhry
Change-Id: I75f93b5af5576a50a87a012d9e2e4565dc7cc653
2018-03-16Update prebuilt GCC to build 4658365.Rahul Chaudhry
Bug: 75279968 Change-Id: I2fdd31657822fc622ab2eb1bfe818fdfe4477b38
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
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-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-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