summaryrefslogtreecommitdiffstats
path: root/x86_64-linux-android/lib/ldscripts/elf_k1om.x
Commit message (Collapse)AuthorAgeFilesLines
* Update prebuilt GCC to build 4658365.android-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devRahul Chaudhry2018-03-191-1/+1
| | | | | | | | Bug: 75279968 Change-Id: I0bb1fb7eb477750feeb1c89a55dfd3f264add29e Merged-In: I0bb1fb7eb477750feeb1c89a55dfd3f264add29e (cherry picked from commit e23cc42d9b178b770513fbb182cc457c3870c5c7)
* Update prebuilt GCC to build 4586595.android-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7llvm-r316199Caroline Tice2018-02-051-1/+1
| | | | Change-Id: Ifc359054d2c4f0057fdb287abecd623a78021ed4
* Update prebuilt GCC to build 4575637.Caroline Tice2018-01-301-1/+1
| | | | Change-Id: Ie931c8e016ef03bb3432ba418021f280fd2bbb4c
* Update prebuilt GCC to build 4342532.Rahul Chaudhry2017-09-191-34/+30
| | | | | | | | | | | | | | 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 darwin host. Test: 'lunch aosp_x86_64-eng; m' completed successfully on darwin host. Change-Id: Iccafdba67e7f9e1dff6340bdf05ba14e1c71e27b
* Update prebuilt GCC to build 2485757.Than McIntosh2015-12-141-1/+0
| | | | Change-Id: Iffe32ede349cf8f7b61d45c1dc827056e5faccb4
* Refresh x86_64-linux-android-4.9 (darwin-x86)Andrew Hsieh2015-03-131-7/+8
| | | | | | | mainly to contain the fix about bognus array-bound checking See https://android-review.googlesource.com/#/c/125800 Change-Id: I22c98ebab9dee5b94fe2b13d6a2a2da9e7fa12d3
* Add x86_64 toolchain x86_64-linux-android-4.9 (darwin-x86)android-wear-5.0.0_r1lollipop-wear-releaseAndrew Hsieh2014-11-131-0/+230
Build instructions (on MacOSX): 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/darwin-x86_64/sysroot cp -a $NDK/toolchains/x86_64-4.9/prebuilt/darwin-x86_64/* \ $AOSP/prebuilts/gcc/darwin-x86_64/x86/x86_64-linux-android-4.9 Change-Id: Ibe68587189bfab7da6a688b8357481b29a65091f