aboutsummaryrefslogtreecommitdiff
path: root/util/xcompile
AgeCommit message (Expand)Author
2017-01-31util/xcompile: parallelize compiler checksPatrick Georgi
2016-10-28util/xcompile/xcompile: Add a space before `&&`Paul Menzel
2016-09-12arch/arm: Add armv7-r configurationHakim Giydan
2016-08-17xcompile: add riscv64 name to riscv toolchainIru Cai
2016-05-03xcompile: test if gcc is really availableStefan Tauner
2016-04-21xcompile: support being called from payloads/external/.../.../Stefan Reinauer
2016-04-18More compatible use of mktempStefan Reinauer
2016-04-14util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGSPaul Menzel
2016-04-04crossgcc: Fix compiler detect for POWER8 big endian mode switch.Timothy Pearson
2016-02-23xcompile: Add parameter to aid in debuggingMartin Roth
2016-02-21Support arm-linux-gnueabi compilers.Vladimir Serbinenko
2016-02-03xcompile: Add a way to specify -march=i586Martin Roth
2016-01-31buildgcc: Rename armv7-a-eabi compiler to arm-eabiStefan Reinauer
2016-01-26xcompile: fill in power8 64bit LEPatrick Georgi
2016-01-26xcompile: also look for *-linux compiler tripletPatrick Georgi
2016-01-26xcompile: document all the variables!Patrick Georgi
2016-01-23util/xcompile: Add gnatbind toolNico Huber
2016-01-15xcompile: Add core count to .xcompileMartin Roth
2016-01-14xcompile: More updates on ARM64 Erratum flagsMartin Roth
2016-01-07xcompile: Quote variables to prevent globbing and splitting.Martin Roth
2016-01-07xcompile: Use local variables in the test functionsMartin Roth
2016-01-07xcompile: use $() instead of backticksMartin Roth
2016-01-07xcompile: Only include arm64 erratum check in arm64 sectionMartin Roth
2016-01-07xcompile: Put compiler variables outside of 'if' to allow checkingMartin Roth
2016-01-07xcompile: Separate flags from clang executableMartin Roth
2016-01-07xcompile: Add XGCCPATH to clang compilerMartin Roth
2016-01-07xcompile: Add separation for architectures to improve readabilityMartin Roth
2016-01-07xcompile: Use tabs for indentationMartin Roth
2016-01-05xcompile: Remove warnings about missing tools & architecturesMartin Roth
2015-12-07xcompile: Don't warn on missing power8 compilerMartin Roth
2015-12-03add support for power8 to xcompile scriptRonald G. Minnich
2015-11-20build system: tighten down .xcompile handling some morePatrick Georgi
2015-11-20xcompile: Redirect the objdump stderr to /dev/nullzbao
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-28arm64: xcompile: Add support for A53 erratum 843419Julius Werner
2015-08-25xcompile: Force localization of objdump to CMartin Roth
2015-08-10xcompile: crossgcc lookup in parent paths, for painless libpayload supportPaul Kocialkowski
2015-07-09libpayload: Use top level xcompileStefan Reinauer
2015-07-09xcompile: switch around armv7 TCARCHesStefan Reinauer
2015-07-07Unconditionally compile romstage with -Wa,--divideStefan Reinauer
2015-07-07xcompile: Fix compiler invocation in testccStefan Reinauer
2015-07-06util/xcompile/xcompile: use env(1) to find bashJonathan A. Kollasch
2015-07-04xcompile: ask for compiler runtime using appropriate CFLAGSPatrick Georgi
2015-06-20xcompile: x86-64-elf wants -Wa,--divide, tooStefan Reinauer
2015-06-16xcompile: Don't print error messagesStefan Reinauer
2015-06-16xcompile: add support for x86-64Stefan Reinauer
2015-06-08xcompile: Fix errors thrown during make gitconfigStefan Reinauer
2015-06-04build system: move more clang handling to xcompilePatrick Georgi
2015-06-04build system: move compiler runtime determination to xcompilePatrick Georgi
2015-06-04xcompile: Detect clang compilersPatrick Georgi
2015-06-04xcompile: Rename internal variable CFLAGS to CFLAGS_GCCPatrick Georgi
2015-05-27xcompile: Add CROSS_COMPILE_* variableFurquan Shaikh
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-04util/xcompile/xcompile: Allow to override `HOSTCC` variablePaul Menzel
2015-04-28xcompile: improve mips toolchain handlingVadim Bendebury
2015-04-28xcompile: Use local variables and make cosmetic changesVadim Bendebury
2015-04-10armv7-m: add armv7-m configurationDaisuke Nojiri
2015-03-30build system: mips is a valid nickname for mipselPatrick Georgi
2015-03-23build: mips: add default compilation optionsVadim Bendebury
2015-03-21Allow for different BFD elf formats per architectureVadim Bendebury
2015-02-24build: mipsel cross compiler supportPaul Burton
2015-02-17xcompile: specify arm64 subarchesPatrick Georgi
2015-01-26xcompile: Rename aarch64 to arm64Marc Jones
2014-11-20crossgcc: Add buildsystem support for aarch64 compilerPatrick Georgi
2014-11-04abuild: fix cross compiler testPatrick Georgi
2014-10-08xcompile: detect and use RISCV binariesRonald G. Minnich
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-25xcompile: always use -march=i686Aaron Durbin
2014-07-30build system: remove duplicate architecture listPatrick Georgi
2014-07-15build system: create .xcompile dependencyPatrick Georgi
2014-07-15util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-15xcompile: ABIs are really architecture specificPatrick Georgi
2014-05-15xcompile: break out big loop content into functionPatrick Georgi
2014-05-15xcompile: move tempfile cleanup closer togetherPatrick Georgi
2014-05-15xcompile: actually use "special compile flags" ideaPatrick Georgi
2014-05-15xcompile: fail earlier on missing host toolsPatrick Georgi
2014-05-15xcompile: slightly refactor variable expansion magicPatrick Georgi
2014-05-15xcompile: use bashPatrick Georgi
2013-11-10util/xcompile/xcompile: set up for aarch64Ronald G. Minnich
2013-10-17arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu
2013-09-20buildgcc: Downgrade to gcc 4.7.3, handle armv7-aPatrick Georgi
2013-03-23xcompile: honor LINKER_SUFFIX variableAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-01-04update CFLAGS for armv7David Hendricks
2012-12-21add a return type to test function used by xcompileDavid Hendricks
2012-12-06Fix xcompile (again)Stefan Reinauer
2012-12-06Fix xcompile for ARMv7 and our cross toolchainStefan Reinauer
2012-11-27xcompile: Add missing XGCCPATHZheng Bao
2012-11-27 Make xcompile support multiple architecturesRonald G. Minnich
2012-03-31Update xcompile to search for x86_64 toolchain.Marc Jones
2012-03-06Revert "Use -mno-sse to prevent overzealous gcc optimizations"Patrick Georgi
2012-03-03Use -mno-sse to prevent overzealous gcc optimizationsStefan Reinauer
2011-10-27Add -Werror to xcompile's testccStefan Reinauer
2011-10-23Allow XGCCPATH to be set on the make command line.Marc Jones
2011-10-13Fix romstage creation with gcc 4.6 and CAR targetsStefan Reinauer
2011-08-10Add iasl to buldgcc and rev the version.Marc Jones
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2010-04-14Rename variable to not confuse gcc on mingwPatrick Georgi