1. 9631016 util/crossgcc: Bump GMP version to 6.1.0 by Timothy Pearson · 9 years ago
  2. fb5647a buildgcc: Add coreboot toolchain string to clang version by Martin Roth · 9 years ago
  3. 6f65613 buildgcc: Add coreboot toolchain version to iasl by Martin Roth · 9 years ago
  4. edf965a crossgcc/buildgcc: add parameter to show version number of tool by Martin Roth · 9 years ago
  5. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  6. 282dd95 buildgcc: Show the progress when downloading by zbao · 9 years ago
  7. 135ca51 crossgcc: Preparations for building Ada frontend by Nico Huber · 9 years ago
  8. bb313bf crossgcc: Add option to build gcc for specific languages by Nico Huber · 9 years ago
  9. d22b9ea buildgcc: Show the exit status of wget if downloading fails. by zbao · 9 years ago
  10. ff3f15c buildgcc: remove getopt when doing clean. by zbao · 9 years ago
  11. 06e85ac buildgcc: Move a bunch of code into a function by zbao · 9 years ago
  12. af473ed crossgcc: Update gcc to 5.2.0 by Patrick Georgi · 9 years ago
  13. 433fa57 buildgcc: Fix the options check by zbao · 9 years ago
  14. 11f1d31 buildgcc: Deal with gmp on 32bit Cygwin on 64bit host by zbao · 9 years ago
  15. e05c1ea buildgcc: Get the clean and correct uname on Cygwin by zbao · 9 years ago
  16. 5da95dc crossgcc: Support /bin/sh pointing to dash by Patrick Georgi · 9 years ago
  17. b2ba395 buildgcc: Show the archive URL by Paul Menzel · 9 years ago
  18. adf61e2 buildgcc: update IASL to version 20150619 by Stefan Reinauer · 9 years ago
  19. e9e6e3d buildgcc: work around bug in --print-librt-file-name by Stefan Reinauer · 9 years ago
  20. ddb8f80 buildgcc: Deal with gmp on 32bit Linux on 64bit CPUs by Patrick Georgi · 9 years ago
  21. d1da74f buildgcc: Add list of valid platform to the help text. by Martin Roth · 9 years ago
  22. 5ee6951 buildgcc: Update clang search string by Marc Jones · 9 years ago
  23. bd8b2e3 buildgcc: Don't build iasl with gcc by Stefan Reinauer · 9 years ago
  24. 682a90c buildgcc: enable biarch support for x86_64-elf by Stefan Reinauer · 9 years ago
  25. 66e9335 buildgcc: Check for dependencies after printing banner by Stefan Reinauer · 9 years ago
  26. 93a9630 buildgcc: Clarify required user action by Stefan Reinauer · 9 years ago
  27. cd5cdd3 buildgcc: Define $CMAKE only if clang package is built by David Hendricks · 9 years ago
  28. c866591 buildgcc: improve portability of 'type' use by Patrick Georgi · 9 years ago
  29. f2c15f5 buildgcc: replace [[ ... == ... ]] with something more portable by Patrick Georgi · 9 years ago
  30. 2f97ebc buildgcc: build with bfd and gold linker by Stefan Reinauer · 9 years ago
  31. 85b07d6 buildgcc: move to a package centric user interface by Stefan Reinauer · 9 years ago
  32. 429424f buildgcc: fix compilation of IASL by Stefan Reinauer · 9 years ago
  33. bed95b2 buildgcc: Update and fix GDB by Stefan Reinauer · 9 years ago
  34. 5dd2635 buildgcc: Reorder main program by Stefan Reinauer · 9 years ago
  35. 05bbc920 buildgcc: Don't use BUILDDIRPREFIX by Stefan Reinauer · 9 years ago
  36. 1c70e05 buildgcc: solidify and remove boilerplate code by Stefan Reinauer · 9 years ago
  37. 7b40e42 buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION} by Stefan Reinauer · 9 years ago
  38. 916b845 buildgcc: Fail if a patch failed to apply by Stefan Reinauer · 9 years ago
  39. d0f8372 buildgcc: Don't run autoconf by Stefan Reinauer · 9 years ago
  40. dbc0087 buildgcc: move from if test to if [ .. ] by Stefan Reinauer · 9 years ago
  41. d764912 buildgcc: move from `..` to $( .. ) by Stefan Reinauer · 9 years ago
  42. e7757bd buildgcc: Unify and refactor build scripts by Stefan Reinauer · 9 years ago
  43. 14ce213 crossgcc: Add clang support by Stefan Reinauer · 9 years ago
  44. 699ac27 buildgcc: refactor package unpacking, patching and building by Stefan Reinauer · 9 years ago
  45. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  46. 8893548 buildgcc: factor out downloading, unpacking and patching by Stefan Reinauer · 9 years ago
  47. 31bf37e crossgcc: Improve compatibility of the toolchain across host systems by Patrick Georgi · 9 years ago
  48. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  49. 939dc84 crossgcc: Re-download the archive if it is incomplete by zbao · 9 years ago
  50. ae5ab60 crossgcc: improve error message on missing tools by Patrick Georgi · 9 years ago
  51. 1b7c959 crossgcc: don't use libdl while building GDB on FreeBSD by Idwer Vollering · 9 years ago
  52. 7cb26b4 buildgcc: OpenBSD's tar and patch are sufficient, too by Patrick Georgi · 9 years ago
  53. d268ab3 crossgcc: close stdin when search_tool() execute programs. by Alexander Couzens · 9 years ago
  54. 5602f2c crossgcc: Fix calling outside util/crossgcc by Patrick Georgi · 9 years ago
  55. 74c0642 crossgcc: Factor out error reporting by Patrick Georgi · 9 years ago
  56. 7964354 crossgcc: point users to the log file in case of error by Patrick Georgi · 9 years ago
  57. 915c4fc crossgcc: check for more tools that we require by Patrick Georgi · 9 years ago
  58. 8135dba crossgcc: jump to crossgcc path before building the toolchain by Patrick Georgi · 9 years ago
  59. 24f9cb9 crossgcc: Add x86_64 to list of supported architectures by Stefan Reinauer · 9 years ago
  60. b706288 crossgcc: Unify tool tests, add check for g++ or clang by Patrick Georgi · 9 years ago
  61. f0bbc95 crossgcc: Add RISC-V support by Patrick Georgi · 9 years ago
  62. 53c388f crossgcc: Update toolchain by Patrick Georgi · 9 years ago
  63. 9b7efa5 crossgcc: Add mipsel-elf as supported target by Patrick Georgi · 9 years ago
  64. 6321f52 crossgcc: Clean GNU make context so builds succeed by Patrick Georgi · 9 years ago
  65. e661942 util/crossgcc/buildgcc: Upgrade MPC from 1.0.1 to 1.0.3 by Paul Menzel · 9 years ago
  66. 4270a97 buildgcc: Fix msys2 crossgcc build fail by Scott Duplichan · 10 years ago
  67. 32a5a5f buildgcc: support DESTDIR for libelf by Patrick Georgi · 10 years ago
  68. d730ca8 crossgcc: Update GCC from 4.7.3 to 4.8.3 and update to version 1.25 by Patrick Georgi · 10 years ago
  69. b67e9a1 crossgcc: Support OSX 10.9 built-in tar utility program. by Andrew Wu · 10 years ago
  70. 87cc49b crossgcc: Update IASL to latest version (20140114) by Alexandru Gagniuc · 10 years ago
  71. 44af57a buildgcc: defer cleaning up the tree a bit by Patrick Georgi · 11 years ago
  72. f95bb2d crossgcc: Fix a typo. by Zheng Bao · 11 years ago
  73. 691b313c crossgcc: Continue to unpack archive if it was incomplete by Zheng Bao · 11 years ago
  74. c888326 buildgcc: Downgrade to gcc 4.7.3, handle armv7-a by Patrick Georgi · 11 years ago
  75. 3af0aa2 buildgcc: Use per-arch build directories by Patrick Georgi · 11 years ago
  76. 3c4bd91 Locate the generated iasl in acpica-unix-20130626 by Zheng Bao · 11 years ago
  77. 0d2119d buildgcc: Update reference toolchain by Stefan Reinauer · 11 years ago
  78. d2e0dd5 buildgcc: Re-add some break statements by Patrick Georgi · 11 years ago
  79. 5b0420a crossgcc/buildgcc: Remove unneeded 'break' statements by David Hubbard · 11 years ago
  80. b460a66 Get buildgcc to behave reasonably with the -p choice. by Ronald G. Minnich · 11 years ago
  81. 37714f3 crossgcc: update to gcc 4.7.3 by Idwer Vollering · 11 years ago
  82. e76d8d7 acpica: update URL by Idwer Vollering · 11 years ago
  83. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  84. 30b895f crossgcc: Save the script itself when cross build is over. by Zheng Bao · 11 years ago
  85. 198d23c crossgcc: Normalize library directories by Patrick Georgi · 12 years ago
  86. 16bd789 buildgcc: Clean up PATH handling by Stefan Reinauer · 12 years ago
  87. a348d90 buildgcc: drop hack to build gcc trunk versions by Stefan Reinauer · 12 years ago
  88. 969cd93 buildgcc: Remove mingw32 hacks by Patrick Georgi · 12 years ago
  89. fecd26f crossgcc: Generalize matching for the mingw case by Patrick Georgi · 12 years ago
  90. 4266b92 crossgcc: Fix buildgcc on Mac OS X by Stefan Reinauer · 12 years ago
  91. 6d1fcd5 crossgcc: Only build iasl in acpica. by Zheng Bao · 12 years ago
  92. 6b11c8b crossgcc: update to acpica-20121114 by Idwer Vollering · 12 years ago
  93. 0a3f239 crossgcc: properly test for flex by Patrick Georgi · 12 years ago
  94. 17b77ab buildgcc: Print error if flex is missing by Stefan Reinauer · 12 years ago
  95. 336db54 crossgcc: build expat and python in silence by Idwer Vollering · 12 years ago
  96. 573d37d crossgcc: update to Python 2.7.3 by Idwer Vollering · 12 years ago
  97. 296a015 crossgcc: update to expat 2.1.0 by Idwer Vollering · 12 years ago
  98. cd02793 crossgcc: update mingw w32api's download URL by Idwer Vollering · 12 years ago
  99. 04ceed6 buildgcc: redirect error output to /dev/null by Zheng Bao · 12 years ago
  100. 908b043 crossgcc: update to mingwrt 3.20-2 by Idwer Vollering · 12 years ago