summaryrefslogtreecommitdiff
path: root/x86_64-linux-android/lib/ldscripts/elf_i386.xc
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
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