Age | Commit message (Expand) | Author |
2016-01-07 | xcompile: Quote variables to prevent globbing and splitting. | Martin Roth |
2016-01-07 | xcompile: Use local variables in the test functions | Martin Roth |
2016-01-07 | xcompile: use $() instead of backticks | Martin Roth |
2016-01-07 | xcompile: Only include arm64 erratum check in arm64 section | Martin Roth |
2016-01-07 | xcompile: Put compiler variables outside of 'if' to allow checking | Martin Roth |
2016-01-07 | xcompile: Separate flags from clang executable | Martin Roth |
2016-01-07 | xcompile: Add XGCCPATH to clang compiler | Martin Roth |
2016-01-07 | xcompile: Add separation for architectures to improve readability | Martin Roth |
2016-01-07 | xcompile: Use tabs for indentation | Martin Roth |
2016-01-05 | xcompile: Remove warnings about missing tools & architectures | Martin Roth |
2015-12-07 | xcompile: Don't warn on missing power8 compiler | Martin Roth |
2015-12-03 | add support for power8 to xcompile script | Ronald G. Minnich |
2015-11-20 | build system: tighten down .xcompile handling some more | Patrick Georgi |
2015-11-20 | xcompile: Redirect the objdump stderr to /dev/null | zbao |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-08-28 | arm64: xcompile: Add support for A53 erratum 843419 | Julius Werner |
2015-08-25 | xcompile: Force localization of objdump to C | Martin Roth |
2015-08-10 | xcompile: crossgcc lookup in parent paths, for painless libpayload support | Paul Kocialkowski |
2015-07-09 | libpayload: Use top level xcompile | Stefan Reinauer |
2015-07-09 | xcompile: switch around armv7 TCARCHes | Stefan Reinauer |
2015-07-07 | Unconditionally compile romstage with -Wa,--divide | Stefan Reinauer |
2015-07-07 | xcompile: Fix compiler invocation in testcc | Stefan Reinauer |
2015-07-06 | util/xcompile/xcompile: use env(1) to find bash | Jonathan A. Kollasch |
2015-07-04 | xcompile: ask for compiler runtime using appropriate CFLAGS | Patrick Georgi |
2015-06-20 | xcompile: x86-64-elf wants -Wa,--divide, too | Stefan Reinauer |
2015-06-16 | xcompile: Don't print error messages | Stefan Reinauer |
2015-06-16 | xcompile: add support for x86-64 | Stefan Reinauer |
2015-06-08 | xcompile: Fix errors thrown during make gitconfig | Stefan Reinauer |
2015-06-04 | build system: move more clang handling to xcompile | Patrick Georgi |
2015-06-04 | build system: move compiler runtime determination to xcompile | Patrick Georgi |
2015-06-04 | xcompile: Detect clang compilers | Patrick Georgi |
2015-06-04 | xcompile: Rename internal variable CFLAGS to CFLAGS_GCC | Patrick Georgi |
2015-05-27 | xcompile: Add CROSS_COMPILE_* variable | Furquan Shaikh |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-04 | util/xcompile/xcompile: Allow to override `HOSTCC` variable | Paul Menzel |
2015-04-28 | xcompile: improve mips toolchain handling | Vadim Bendebury |
2015-04-28 | xcompile: Use local variables and make cosmetic changes | Vadim Bendebury |
2015-04-10 | armv7-m: add armv7-m configuration | Daisuke Nojiri |
2015-03-30 | build system: mips is a valid nickname for mipsel | Patrick Georgi |
2015-03-23 | build: mips: add default compilation options | Vadim Bendebury |
2015-03-21 | Allow for different BFD elf formats per architecture | Vadim Bendebury |
2015-02-24 | build: mipsel cross compiler support | Paul Burton |
2015-02-17 | xcompile: specify arm64 subarches | Patrick Georgi |
2015-01-26 | xcompile: Rename aarch64 to arm64 | Marc Jones |
2014-11-20 | crossgcc: Add buildsystem support for aarch64 compiler | Patrick Georgi |
2014-11-04 | abuild: fix cross compiler test | Patrick Georgi |
2014-10-08 | xcompile: detect and use RISCV binaries | Ronald G. Minnich |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-08-25 | xcompile: always use -march=i686 | Aaron Durbin |
2014-07-30 | build system: remove duplicate architecture list | Patrick Georgi |