summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-02Remove arm-linux-androideabi gcc-4.6 bins, libs, and includesHEADmastermainNick Desaulniers
Android has moved to newer versions of GCC/binutils, then LLVM. Bug: 203698882 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I8a590350170b8b33bc8f119043c062dd2370eeca
2021-11-02add OWNERS for prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6Nick Desaulniers
Reuse OWNERS from newer versions. Bug: 203698882 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: Ic9a258d9f88563fb1308a5e156c632d5165daa1a
2013-07-31Need $(CLEAR_VARS) at the beginning to define modules.android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1l-previewkitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devidea133-weekly-releaseidea133Ying Wang
Change-Id: I17518ba842c051539484046e4a4db5b96516ed40
2012-11-12Replace ld and objdump with 64-bit executables.android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devBen Cheng
Change-Id: Ic0d0440b835a2fade53a98ca453b9b1b4da05b7c
2012-11-06am afc14085: am 6327bbbb: Refresh arm-linux-androideabi-ld.gold.Ben Cheng
* commit 'afc140851171e2bcabd181e3257cb814970748ad': Refresh arm-linux-androideabi-ld.gold.
2012-11-06am 79f5d3cb: am d1186fb6: Refresh objdump and gold to 2.22.90 for various ↵Ben Cheng
bug fixes. * commit '79f5d3cbd97280711c1b647c0aaef11a24611457': Refresh objdump and gold to 2.22.90 for various bug fixes.
2012-11-06am 6327bbbb: Refresh arm-linux-androideabi-ld.gold.tools_r22jb-mr1.1-dev-plus-aospjb-mr1-dev-plus-aospBen Cheng
* commit '6327bbbb6871940a9a92ac731edb661adf9d877c': Refresh arm-linux-androideabi-ld.gold.
2012-11-06am d1186fb6: Refresh objdump and gold to 2.22.90 for various bug fixes.Ben Cheng
* commit 'd1186fb68e1a56fb4464ede03bb9c29fe9f4f4c7': Refresh objdump and gold to 2.22.90 for various bug fixes.
2012-11-06Refresh arm-linux-androideabi-ld.gold.Ben Cheng
Accidentally neglected from the previous checkin. Change-Id: Id7e77e77a88025423e94f77e5a2add60fc8e0edc
2012-11-06Refresh objdump and gold to 2.22.90 for various bug fixes.Ben Cheng
Change-Id: I58cc96c84af6b95c7da5a1ae599cf542ce6ad13d objdump: dump plt entries in a more meaningful way. gold: keep .gnu.warning sections.
2012-11-05Add comments to the empty but important makefile.Ben Cheng
Change-Id: I7a43861f8637e54ab5737909e6bac53c25555088
2012-07-30Check in 64-bit Linux prebuilts for objcopy and strip.android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1.1-releasejb-mr1.1-devjb-mr1-releasejb-mr1-devBen Cheng
Change-Id: I9a8690d35ae8042bb358aa385c1c95545a00f7e8
2012-05-04am c63c3b97: Preserve the attributes (flags and align) for PT_GNU_RELRO section.Ben Cheng
* commit 'c63c3b97bd3b9d37680f58b63c61027ec414ad79': Preserve the attributes (flags and align) for PT_GNU_RELRO section.
2012-05-04Preserve the attributes (flags and align) for PT_GNU_RELRO section.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1tools_r21jb-releasejb-mr0-releasejb-devBen Cheng
[cherry-picked from master] This only refreshes the binaries for linux-x86. BUG:6407649 Change-Id: I817d8c57574d152b3d297d38c1e0447f2db0e635
2012-05-03Preserve the attributes (flags and align) for PT_GNU_RELRO section.Ben Cheng
This only refreshes the binaries for linux-x86. BUG:6407649 Change-Id: I0b38c2ef6226d0da638aa642cecae51ac0056eb4
2012-04-24Fix a typo in SOURCES fileJing Yu
Change-Id: Ie403aea15e59c7ee3f5428e62cd82f9f42531e6b
2012-04-24Update SOURCES file for current prebuilt toolchain.Jing Yu
Change-Id: I70dca7b21b825d29004743aba5d95b6754a56419
2012-04-20check in Linux host 64bit androideabi toolchain.Jing Yu
Change-Id: Id3eea5a99ddc0e37c2ce1eb875031b8746e73e94
2012-03-26Upgrade gcc-4.6 based toolchain.android-sdk-adt_r20tools_r20ics-plus-aospJing Yu
- Add a few gold patches - Upgrade gdb from gdb-7.1.x to gdb-7.3.x Change-Id: Id232a7b0dc7465bdf33ffff77ce15f12a603326f
2012-02-16Update gcc-4.6 binutils-2.21 based toolchain.Jing Yu
Fix tailcall bug that fails youtube. Sync down upstream gcc-4.6 patches. Change-Id: Ifcc75b209a79577e810b9f018b9952ed8a05268d
2012-01-06Add toolchain.mk that will get included in the build project.Ying Wang
Change-Id: I5fec3f7d61de805262929db190acddef462401b5
2012-01-06Add makefile for libbfd.a and similar libraries.Jean-Baptiste Queru
Change-Id: I62e90247b71d06f655520b261dac6ad209e49fae
2012-01-04Commit gcc-4.6 and binutils-2.21 based toolchain.Jing Yu
See SOURCES for where to download toolchain sources. Change-Id: I5ed2f24af9ccde9fe0368d043d1d40bd5fb3a4a0
2012-01-04Initial empty repositoryAnatol Pomazau