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