summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
Commit message (Expand)AuthorAgeFilesLines
* toolchain.inc: test IASL by version string instead of numberMartin Roth2016-03-041-1/+1
* power8: try to fix toolchain.inc for power8.Ronald G. Minnich2016-02-171-0/+3
* toolchain.inc: Update commentsMartin Roth2016-01-181-7/+13
* toolchain.inc: Fix whitespace issues and wrap long linesMartin Roth2016-01-151-25/+63
* Makefile: Add toolchain version checkMartin Roth2016-01-121-0/+15
* toolchain.inc: Test for valid toolchain when ANY_TOOLCHAIN is usedMartin Roth2016-01-061-0/+8
* toolchain.inc: Update help text, Add TODO.Martin Roth2016-01-041-5/+6
* toolchain.inc: Skip how to use any toolchain if it's selectedMartin Roth2016-01-041-3/+7
* toolchain.inc: Move nocompile around entire check, Comment endifsMartin Roth2016-01-041-3/+4
* toolchain.inc: Test for toolchain when using llvm/clangMartin Roth2016-01-041-4/+4
* toolchain.inc: print XGCCPATH if it's setMartin Roth2015-12-161-0/+4
* toolchain.inc: fix typoMartin Roth2015-12-081-1/+1
* toolchain.inc: verify tool variable validity before using it.Martin Roth2015-12-081-2/+2
* toolchain.inc: Add IASL test as part of coreboot toolchainMartin Roth2015-12-021-0/+7
* toolchain.inc: Improve help messages for coreboot toolchainMartin Roth2015-12-021-2/+8
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-0/+1
* Move function/data sections to common CFLAGSStefan Reinauer2015-08-091-10/+5
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-0/+18
* toolchain: Add -mgeneral-regs-only to CFLAGS for arm64Furquan Shaikh2015-07-161-1/+1
* build system / amd64: Avoid GCC taking the ABI spec too literallyPatrick Georgi2015-07-081-1/+1
* toolchain.inc: Don't overwrite architecture specific CFLAGSStefan Reinauer2015-07-081-5/+5
* toolchain.inc: Add x86-64 supportStefan Reinauer2015-06-161-1/+4
* build system: move compiler runtime determination to xcompilePatrick Georgi2015-06-041-9/+2
* build system: only query the compiler runtime's location oncePatrick Georgi2015-05-261-2/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* riscv: enable function and data sectionsAaron Durbin2015-05-201-0/+1
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+4
* ARM: Remove -mno-unaligned-accessJulius Werner2015-04-171-1/+1
* mips: mips, not mipselPatrick Georgi2015-03-291-8/+8
* toolchain: fix build with x86_64 gccGerd Hoffmann2015-03-271-1/+1
* build system: Test gccs that are actually usedPatrick Georgi2015-03-261-0/+17
* console: Allow bootblock console on MIPSPaul Burton2015-03-231-1/+2
* arch/mips: Add base MIPS architecture supportPaul Burton2015-03-211-1/+1
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-171-0/+2
* build: mipsel cross compiler supportPaul Burton2015-02-241-0/+3
* vboot2: add verstageStefan Reinauer2015-01-271-1/+1
* toolchain.inc: Check toolchain is installed before running itMarc Jones2015-01-261-0/+1
* Revert "vboot2: add verstage"Paul Menzel2015-01-141-1/+1
* vboot2: add verstageDaisuke Nojiri2015-01-131-1/+1
* Set custom AR_ for each classDaisuke Nojiri2015-01-091-0/+1
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-011-0/+1
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-0/+4
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-2/+5
* build: Add ccopts back into the buildMarc Jones2014-11-091-2/+2
* Pipe stderr to /dev/null when getting LIBCLANG_RT_FILE_NAMEMartin Roth2014-10-291-1/+1
* build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan2014-10-281-0/+1
* coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh2014-09-231-0/+3
* arm: Have the linker garbage-collect unused functions and variablesJulius Werner2014-09-221-4/+1