1. 58be600 Removing -mx32 from the multilib list fixees most multilib problems. by Caroline Tice · 7 years ago busytown-mac1008-release busytown-mac1010-release main master ndk-r15-release ndk-r16-release ndk-release-r16 ndk-release-r17 ndk-release-r18 ndk-release-r19 ndk-release-r20 ndk-release-r21 ndk-release-r22 ndk-release-r23 ndk-r15-beta1 ndk-r15-beta2 ndk-r16 ndk-r16-beta1 ndk-r16-beta2 ndk-r17 ndk-r17-beta1 ndk-r17-beta2 ndk-r17b ndk-r18-beta1 ndk-r18-beta2 ndk-r18b ndk-r19 ndk-r19-beta1 ndk-r19-beta2 ndk-r19b ndk-r19c ndk-r20 ndk-r20-beta1 ndk-r20-beta2 ndk-r20-beta3 ndk-r20b ndk-r21 ndk-r21-beta1 ndk-r21-beta2 ndk-r21-rc1 ndk-r21b ndk-r21c ndk-r21d ndk-r21e ndk-r22 ndk-r22-beta1 ndk-r23-beta1 ndk-r23-beta2 ndk-r23-beta3 ndk-r23-beta4 ndk-r23-beta5 ndk-r23-beta6
  2. f280657 Add githash to binutils version string. by Han Shen · 8 years ago ndk-r11-release ndk-r12-release ndk-r13-release ndk-r14-release ndk-r11 ndk-r11b ndk-r11c ndk-r12-beta1 ndk-r12-beta2 ndk-r12b ndk-r13 ndk-r13-beta1 ndk-r13-beta2 ndk-r14 ndk-r14-beta1 ndk-r14-beta2
  3. fad9590 Prefer static libraries for Windows GCC. by Dan Albert · 9 years ago
  4. 5f349ca Fix selected issues with non-4.9 gcc builds by Than McIntosh · 9 years ago
  5. 79b5701 Revert "Remove references to expat from toolchain/build/configure." by Elliott Hughes · 9 years ago
  6. 27e43a6 Remove references to expat from toolchain/build/configure. by Elliott Hughes · 9 years ago
  7. f8db3f1 Static link ld.gold by mingw to avoid dependencies on libwinpthread-1.dll by Andrew Hsieh · 9 years ago
  8. 75542e7 Fix binutils-2.24 detection by Andrew Hsieh · 10 years ago
  9. 37a13a9 Avoid host toolchain copy to target toolchain dir in canadian build by Pavel Chupin · 10 years ago
  10. ccf7c39 Propagate -j in make calls for better parallelization by Pavel Chupin · 10 years ago
  11. 0a5059a Remove libbfd.a build for host by Pavel Chupin · 10 years ago
  12. 7eae5e6 Switch x86/x86-64 -mtune from "atom" to more generic "intel" by Pavel Chupin · 10 years ago
  13. 2f00bce Change the triplet to aarch64-linux-android for aarch64-gcc. by Ben Cheng · 11 years ago
  14. 7fea44a Replace -march=atom with -march=x86-64 for better host compatibility by Pavel Chupin · 11 years ago
  15. 930cbea Add x86_64 target configure defaults by Pavel Chupin · 11 years ago
  16. 97721c6 Don't build GDB in canadian build->target by Andrew Hsieh · 11 years ago
  17. 3fdfa3f Python GDB intergration work for the build system. by Ray Donnelly · 11 years ago
  18. 0bb27f1 Fix for GCC 4.8 with graphite by Andrew Hsieh · 11 years ago
  19. 8509652 Add aarch64 by Andrew Hsieh · 11 years ago
  20. 33c45e1 Fix GCC 4.8 mingw build by Andrew Hsieh · 11 years ago
  21. 4ecf441 Define READELF_FOR_TARGET in gcc build by Andrew Hsieh · 11 years ago
  22. 1104ace Define correct default gcc target march/mtune/mfpmath flags for x86 by Pavel Chupin · 11 years ago
  23. de36c13 Avoid race condition by "make install -j1" in canadian build->target by Andrew Hsieh · 11 years ago
  24. 6d9baa3 Add new flags CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD by Andrew Hsieh · 11 years ago
  25. ff90ad8 Statically link libgcc and libstdc++ into gold by Pavel Chupin · 11 years ago
  26. 53dbbd5 Fix build to compile ppl > 0.11.2 by Andrew Hsieh · 11 years ago
  27. 7fe9b27 Fix 64-bit build of GCC 4.6/4.7 with graphite support by Andrew Hsieh · 11 years ago
  28. dc45268 Allow enabling graphite in GCC 4.6/4.7 by Andrew Hsieh · 11 years ago
  29. e9ba2ef Don't compile host libraries with --with-sysroot by Andrew Hsieh · 11 years ago
  30. 7a68343 Merge "libbfd: prevent from incorrect assignment of $CFLAGS" by Andrew Hsieh · 11 years ago
  31. 67ba0c8 binutils: disable the installation of localized packages by Jim Huang · 11 years ago
  32. cb3aee6 libbfd: prevent from incorrect assignment of $CFLAGS by Jim Huang · 11 years ago
  33. 106603b Options brought in from core combo for IA by Andrew Hsieh · 12 years ago
  34. 89f41cc Disable python support for gdb-7.x by Andrew Hsieh · 12 years ago
  35. 6d144f8 Allow --enable-gold co-exists with --enable-ld=default by Andrew Hsieh · 12 years ago
  36. 777b41b Revert setting GDB_TARGET for i[3456]86-*-linux-android and x86_64-*-linux-android by Andrew Hsieh · 12 years ago
  37. 4de44f2 Merge "Set correct GDB_TARGET for i[3456]86-*-linux-android and x86_64-*-linux-android" by Jing Yu · 12 years ago
  38. 61ff593 Set correct GDB_TARGET for i[3456]86-*-linux-android and x86_64-*-linux-android by Andrew Hsieh · 12 years ago
  39. 525adce Fixed to allow CFLAGS to accumulate for building host libbfd by Andrew Hsieh · 12 years ago
  40. 5e9fdc9 Support i[3456]86/x86_64-*-linux-android targets by H.J. Lu · 12 years ago
  41. bdb501d Always build 32bit host library to /lib32. by Jing Yu · 12 years ago
  42. 5ef7fa6 Update build scripts by Jing Yu · 12 years ago
  43. 84b232b Support new dual-linker option. by Jing Yu · 12 years ago
  44. 7ee395d Fix host-libbfd installation problem caused by undefined $(INSTALL) by Jim Huang · 13 years ago
  45. c8f863e Configure target of host libbfd correctly. by Doug Kwan · 13 years ago
  46. 50adde9 Add --enable-graphite option to build script by Jim Huang · 13 years ago
  47. b57a44f - Also install libintl.a and libiberty. - Build libsupc++.a for ARM. by Doug Kwan · 13 years ago
  48. 0b2cc1f Allow building toolchain without target gdb alternatively. by Luse Cheng · 13 years ago
  49. 96c9210 Fix Makefile.in, a previous check-in broke build using gmp/mpfr/mpc tarballs. by Doug Kwan · 13 years ago
  50. f0b83e2 Allow build with prebuilt directory for gmp, mpfr and mpc. by Luse Cheng · 13 years ago
  51. 96d55f8 Build libbfd for host seperately and install in <toolchain root>/lib. by Doug Kwan · 13 years ago
  52. ce5253b Install host libbfd in toolchain. by Doug Kwan · 13 years ago
  53. 2037ad5 Allow canadian-cross builds of the GCC toolchains. by David 'Digit' Turner · 13 years ago
  54. d8249bb Support building gold from a separate directory. by Jing Yu · 13 years ago
  55. 4cc02fa build: Fix trivial documentation typo by Jim Huang · 14 years ago honeycomb
  56. de263c2 Allow Makefile to pick up environmental CFLAGS_FOR_TARGET, and by Jing Yu · 14 years ago
  57. c21b158 Add 'distclean' rule to delete intermediate build files by Jim Huang · 14 years ago
  58. a80c0ec Modify clear_header script to recognize arm-linux-androideabi target. by Jing Yu · 14 years ago
  59. f823791 Prepare build for upcoming arm-linux-androideabi toolchain. by Jing Yu · 14 years ago
  60. 9241075 Add --disable-nls to building gdb, otherwise gdb-7.0.x fails building on OSX. by Jing Yu · 14 years ago
  61. d4a4fbe Update build script to support gold. by Jing Yu · 14 years ago
  62. 0db5f6e Fix two configure bugs on checking gcc version and configuring mpc. by Jing Yu · 14 years ago
  63. 6b840b3 Add --with-mpc-version to the build script. by Jing Yu · 14 years ago
  64. 1ac8971 Check in patches that fix minor toolchain build problems. by Jing Yu · 15 years ago
  65. 5d79c34 check in build scripts for prebuilt toolchains in Eclair. by Jing Yu · 15 years ago eclair
  66. 8d401cf Empty initial commit. by Jean-Baptiste Queru · 15 years ago