summaryrefslogtreecommitdiffstats
path: root/util/xcompile
Commit message (Expand)AuthorAgeFilesLines
...
* util/xcompile: Add gnatbind toolNico Huber2016-01-231-0/+1
* xcompile: Add core count to .xcompileMartin Roth2016-01-151-0/+19
* xcompile: More updates on ARM64 Erratum flagsMartin Roth2016-01-141-4/+5
* xcompile: Quote variables to prevent globbing and splitting.Martin Roth2016-01-071-7/+7
* xcompile: Use local variables in the test functionsMartin Roth2016-01-071-3/+5
* xcompile: use $() instead of backticksMartin Roth2016-01-071-6/+6
* xcompile: Only include arm64 erratum check in arm64 sectionMartin Roth2016-01-071-1/+11
* xcompile: Put compiler variables outside of 'if' to allow checkingMartin Roth2016-01-071-11/+24
* xcompile: Separate flags from clang executableMartin Roth2016-01-071-1/+2
* xcompile: Add XGCCPATH to clang compilerMartin Roth2016-01-071-2/+2
* xcompile: Add separation for architectures to improve readabilityMartin Roth2016-01-071-1/+5
* xcompile: Use tabs for indentationMartin Roth2016-01-071-1/+1
* xcompile: Remove warnings about missing tools & architecturesMartin Roth2016-01-051-12/+4
* xcompile: Don't warn on missing power8 compilerMartin Roth2015-12-071-1/+1
* add support for power8 to xcompile scriptRonald G. Minnich2015-12-031-1/+11
* build system: tighten down .xcompile handling some morePatrick Georgi2015-11-201-0/+1
* xcompile: Redirect the objdump stderr to /dev/nullzbao2015-11-201-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* arm64: xcompile: Add support for A53 erratum 843419Julius Werner2015-08-281-0/+20
* xcompile: Force localization of objdump to CMartin Roth2015-08-251-1/+1
* xcompile: crossgcc lookup in parent paths, for painless libpayload supportPaul Kocialkowski2015-08-101-1/+13
* libpayload: Use top level xcompileStefan Reinauer2015-07-091-1/+1
* xcompile: switch around armv7 TCARCHesStefan Reinauer2015-07-091-1/+1
* Unconditionally compile romstage with -Wa,--divideStefan Reinauer2015-07-071-8/+0
* xcompile: Fix compiler invocation in testccStefan Reinauer2015-07-071-1/+1
* util/xcompile/xcompile: use env(1) to find bashJonathan A. Kollasch2015-07-061-1/+1
* xcompile: ask for compiler runtime using appropriate CFLAGSPatrick Georgi2015-07-041-2/+2
* xcompile: x86-64-elf wants -Wa,--divide, tooStefan Reinauer2015-06-201-0/+6
* xcompile: Don't print error messagesStefan Reinauer2015-06-161-1/+1
* xcompile: add support for x86-64Stefan Reinauer2015-06-161-1/+13
* xcompile: Fix errors thrown during make gitconfigStefan Reinauer2015-06-081-0/+2
* build system: move more clang handling to xcompilePatrick Georgi2015-06-041-5/+12
* build system: move compiler runtime determination to xcompilePatrick Georgi2015-06-041-0/+12
* xcompile: Detect clang compilersPatrick Georgi2015-06-041-14/+34
* xcompile: Rename internal variable CFLAGS to CFLAGS_GCCPatrick Georgi2015-06-041-19/+19
* xcompile: Add CROSS_COMPILE_* variableFurquan Shaikh2015-05-271-0/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* util/xcompile/xcompile: Allow to override `HOSTCC` variablePaul Menzel2015-05-041-1/+1
* xcompile: improve mips toolchain handlingVadim Bendebury2015-04-281-16/+24
* xcompile: Use local variables and make cosmetic changesVadim Bendebury2015-04-281-14/+14
* armv7-m: add armv7-m configurationDaisuke Nojiri2015-04-101-1/+1
* build system: mips is a valid nickname for mipselPatrick Georgi2015-03-301-1/+2
* build: mips: add default compilation optionsVadim Bendebury2015-03-231-0/+4
* Allow for different BFD elf formats per architectureVadim Bendebury2015-03-211-9/+12
* build: mipsel cross compiler supportPaul Burton2015-02-241-1/+9
* xcompile: specify arm64 subarchesPatrick Georgi2015-02-171-0/+2
* xcompile: Rename aarch64 to arm64Marc Jones2015-01-261-3/+3
* crossgcc: Add buildsystem support for aarch64 compilerPatrick Georgi2014-11-201-1/+1
* abuild: fix cross compiler testPatrick Georgi2014-11-041-0/+2
* xcompile: detect and use RISCV binariesRonald G. Minnich2014-10-081-1/+10