1. 246051c util/xcompile/xcompile: Add a space before `&&` by Paul Menzel · 8 years ago
  2. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  3. 9cc8cb2 xcompile: add riscv64 name to riscv toolchain by Iru Cai · 8 years ago
  4. 98ab227 xcompile: test if gcc is really available by Stefan Tauner · 8 years ago
  5. e0383d2 xcompile: support being called from payloads/external/.../.../ by Stefan Reinauer · 8 years ago
  6. b194a43 More compatible use of mktemp by Stefan Reinauer · 8 years ago
  7. 534c5e1 util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGS by Paul Menzel · 11 years ago
  8. 82657ca crossgcc: Fix compiler detect for POWER8 big endian mode switch. by Timothy Pearson · 8 years ago
  9. d08eb06 xcompile: Add parameter to aid in debugging by Martin Roth · 8 years ago
  10. 63cf7cd Support arm-linux-gnueabi compilers. by Vladimir Serbinenko · 8 years ago
  11. 0cd9ff8 xcompile: Add a way to specify -march=i586 by Martin Roth · 8 years ago
  12. 27522ad buildgcc: Rename armv7-a-eabi compiler to arm-eabi by Stefan Reinauer · 8 years ago
  13. d6577e1 xcompile: fill in power8 64bit LE by Patrick Georgi · 8 years ago
  14. a1a6f75 xcompile: also look for *-linux compiler triplet by Patrick Georgi · 8 years ago
  15. 74c8645 xcompile: document all the variables! by Patrick Georgi · 8 years ago
  16. 4408409 util/xcompile: Add gnatbind tool by Nico Huber · 8 years ago
  17. 517d4a6 xcompile: Add core count to .xcompile by Martin Roth · 8 years ago
  18. a6e7702 xcompile: More updates on ARM64 Erratum flags by Martin Roth · 8 years ago
  19. 2ba837d xcompile: Quote variables to prevent globbing and splitting. by Martin Roth · 8 years ago
  20. 7051dea xcompile: Use local variables in the test functions by Martin Roth · 8 years ago
  21. 033abe5 xcompile: use $() instead of backticks by Martin Roth · 8 years ago
  22. af0216f xcompile: Only include arm64 erratum check in arm64 section by Martin Roth · 8 years ago
  23. c4b684e xcompile: Put compiler variables outside of 'if' to allow checking by Martin Roth · 8 years ago
  24. f3e60d0 xcompile: Separate flags from clang executable by Martin Roth · 8 years ago
  25. 51d4de8 xcompile: Add XGCCPATH to clang compiler by Martin Roth · 8 years ago
  26. 03f7a49 xcompile: Add separation for architectures to improve readability by Martin Roth · 8 years ago
  27. c2054f3 xcompile: Use tabs for indentation by Martin Roth · 8 years ago
  28. 31c4b64 xcompile: Remove warnings about missing tools & architectures by Martin Roth · 9 years ago
  29. 359737d xcompile: Don't warn on missing power8 compiler by Martin Roth · 9 years ago
  30. b135baa add support for power8 to xcompile script by Ronald G. Minnich · 9 years ago
  31. 6dda31d build system: tighten down .xcompile handling some more by Patrick Georgi · 9 years ago
  32. 6698076 xcompile: Redirect the objdump stderr to /dev/null by zbao · 9 years ago
  33. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  34. 4bfa29e arm64: xcompile: Add support for A53 erratum 843419 by Julius Werner · 9 years ago
  35. 1fff0d2 xcompile: Force localization of objdump to C by Martin Roth · 9 years ago
  36. 15dd6c2 xcompile: crossgcc lookup in parent paths, for painless libpayload support by Paul Kocialkowski · 9 years ago
  37. f53dbfa libpayload: Use top level xcompile by Stefan Reinauer · 9 years ago
  38. b30045f xcompile: switch around armv7 TCARCHes by Stefan Reinauer · 9 years ago
  39. 4c8fa2a Unconditionally compile romstage with -Wa,--divide by Stefan Reinauer · 9 years ago
  40. 8ef928a xcompile: Fix compiler invocation in testcc by Stefan Reinauer · 9 years ago
  41. fb6f78e util/xcompile/xcompile: use env(1) to find bash by Jonathan A. Kollasch · 9 years ago
  42. 8d7b719 xcompile: ask for compiler runtime using appropriate CFLAGS by Patrick Georgi · 9 years ago
  43. 7979dc0 xcompile: x86-64-elf wants -Wa,--divide, too by Stefan Reinauer · 9 years ago
  44. 4dcfa21 xcompile: Don't print error messages by Stefan Reinauer · 9 years ago
  45. ae9f87f xcompile: add support for x86-64 by Stefan Reinauer · 9 years ago
  46. 6404dff xcompile: Fix errors thrown during make gitconfig by Stefan Reinauer · 9 years ago
  47. 34de29a build system: move more clang handling to xcompile by Patrick Georgi · 9 years ago
  48. 527f392 build system: move compiler runtime determination to xcompile by Patrick Georgi · 9 years ago
  49. 8b5a051c xcompile: Detect clang compilers by Patrick Georgi · 9 years ago
  50. 532df29 xcompile: Rename internal variable CFLAGS to CFLAGS_GCC by Patrick Georgi · 9 years ago
  51. 3c3a0fa xcompile: Add CROSS_COMPILE_* variable by Furquan Shaikh · 9 years ago
  52. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  53. e9b7e25 util/xcompile/xcompile: Allow to override `HOSTCC` variable by Paul Menzel · 9 years ago
  54. 05a8472 xcompile: improve mips toolchain handling by Vadim Bendebury · 9 years ago
  55. d2cb1f9 xcompile: Use local variables and make cosmetic changes by Vadim Bendebury · 9 years ago
  56. 93d8e3c armv7-m: add armv7-m configuration by Daisuke Nojiri · 10 years ago
  57. e0935bb build system: mips is a valid nickname for mipsel by Patrick Georgi · 9 years ago
  58. fddf75e build: mips: add default compilation options by Vadim Bendebury · 10 years ago
  59. a6b220d Allow for different BFD elf formats per architecture by Vadim Bendebury · 10 years ago
  60. 6529c33 build: mipsel cross compiler support by Paul Burton · 10 years ago
  61. f3d8b9a xcompile: specify arm64 subarches by Patrick Georgi · 9 years ago
  62. c4dbdaf xcompile: Rename aarch64 to arm64 by Marc Jones · 9 years ago
  63. 3bff5d9 crossgcc: Add buildsystem support for aarch64 compiler by Patrick Georgi · 10 years ago
  64. 511f823 abuild: fix cross compiler test by Patrick Georgi · 10 years ago
  65. b9a0809 xcompile: detect and use RISCV binaries by Ronald G. Minnich · 10 years ago
  66. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  67. 8414d3c xcompile: always use -march=i686 by Aaron Durbin · 11 years ago
  68. d11ff6b build system: remove duplicate architecture list by Patrick Georgi · 10 years ago
  69. 18ff4f1 build system: create .xcompile dependency by Patrick Georgi · 10 years ago
  70. 3bb0b72 util/xcompile: Print fatal error messages to stderr instead of stdout by Daniele Forsi · 10 years ago
  71. b145b83 build: break compiler flags out of $(CC) by Patrick Georgi · 10 years ago
  72. b83f7de build: get rid of a special case by Patrick Georgi · 10 years ago
  73. 0890a82 xcompile: ABIs are really architecture specific by Patrick Georgi · 10 years ago
  74. e0187df xcompile: break out big loop content into function by Patrick Georgi · 10 years ago
  75. adc2413 xcompile: move tempfile cleanup closer together by Patrick Georgi · 10 years ago
  76. ee46712 xcompile: actually use "special compile flags" idea by Patrick Georgi · 10 years ago
  77. 004295d xcompile: fail earlier on missing host tools by Patrick Georgi · 10 years ago
  78. d387c63 xcompile: slightly refactor variable expansion magic by Patrick Georgi · 10 years ago
  79. aab1740 xcompile: use bash by Patrick Georgi · 10 years ago
  80. 12785d9 util/xcompile/xcompile: set up for aarch64 by Ronald G. Minnich · 11 years ago
  81. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  82. c888326 buildgcc: Downgrade to gcc 4.7.3, handle armv7-a by Patrick Georgi · 11 years ago
  83. 73982c3 xcompile: honor LINKER_SUFFIX variable by Aaron Durbin · 11 years ago
  84. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  85. 10c90d3 update CFLAGS for armv7 by David Hendricks · 12 years ago
  86. ceb82da add a return type to test function used by xcompile by David Hendricks · 12 years ago
  87. cb08954 Fix xcompile (again) by Stefan Reinauer · 12 years ago
  88. e42133f Fix xcompile for ARMv7 and our cross toolchain by Stefan Reinauer · 12 years ago
  89. 536b53e xcompile: Add missing XGCCPATH by Zheng Bao · 12 years ago
  90. e820e5c Make xcompile support multiple architectures by Ronald G. Minnich · 12 years ago
  91. 087b24d Update xcompile to search for x86_64 toolchain. by Marc Jones · 12 years ago
  92. 5ec2158 Revert "Use -mno-sse to prevent overzealous gcc optimizations" by Patrick Georgi · 12 years ago
  93. ccf28ba Use -mno-sse to prevent overzealous gcc optimizations by Stefan Reinauer · 13 years ago
  94. 5e4e229 Add -Werror to xcompile's testcc by Stefan Reinauer · 13 years ago
  95. 616da1e Allow XGCCPATH to be set on the make command line. by Marc Jones · 13 years ago
  96. 8d427ec Fix romstage creation with gcc 4.6 and CAR targets by Stefan Reinauer · 13 years ago
  97. 2aac3f6 Add iasl to buldgcc and rev the version. by Marc Jones · 13 years ago
  98. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  99. 34ee3cd Rename variable to not confuse gcc on mingw by Patrick Georgi · 14 years ago
  100. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago