summaryrefslogtreecommitdiffstats
path: root/util/xcompile
Commit message (Expand)AuthorAgeFilesLines
* clang: Enable integrated assembler on clang buildsDamien Zammit2017-09-021-1/+1
* clang: Allow initializer overridesStefan Reinauer2017-06-271-1/+2
* xcompile: silence clang when referencing packed structs' membersPatrick Georgi2017-06-271-1/+1
* xcompile: Also try clang variants under the $triplet-clang schemePatrick Georgi2017-06-271-2/+4
* libpayload: Enable building libpayload with march=i586Lee Leahy2017-06-261-1/+1
* xcompile: Fix clang compiler runtime detectionStefan Reinauer2017-06-251-3/+15
* xcompile: replace -print-librt-file-name with -print-libgcc-file-namePatrick Georgi2017-05-161-1/+1
* util/xcompile: parallelize compiler checksPatrick Georgi2017-01-311-4/+14
* util/xcompile/xcompile: Add a space before `&&`Paul Menzel2016-10-281-1/+1
* arch/arm: Add armv7-r configurationHakim Giydan2016-09-121-1/+1
* xcompile: add riscv64 name to riscv toolchainIru Cai2016-08-171-1/+1
* xcompile: test if gcc is really availableStefan Tauner2016-05-031-6/+6
* xcompile: support being called from payloads/external/.../.../Stefan Reinauer2016-04-211-0/+6
* More compatible use of mktempStefan Reinauer2016-04-181-1/+1
* util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGSPaul Menzel2016-04-141-5/+0
* crossgcc: Fix compiler detect for POWER8 big endian mode switch.Timothy Pearson2016-04-041-4/+5
* xcompile: Add parameter to aid in debuggingMartin Roth2016-02-231-0/+8
* Support arm-linux-gnueabi compilers.Vladimir Serbinenko2016-02-211-0/+1
* xcompile: Add a way to specify -march=i586Martin Roth2016-02-031-5/+22
* buildgcc: Rename armv7-a-eabi compiler to arm-eabiStefan Reinauer2016-01-311-1/+1
* xcompile: fill in power8 64bit LEPatrick Georgi2016-01-261-5/+5
* xcompile: also look for *-linux compiler tripletPatrick Georgi2016-01-261-0/+1
* xcompile: document all the variables!Patrick Georgi2016-01-261-0/+8
* 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