summaryrefslogtreecommitdiff
path: root/toolchain.inc
AgeCommit message (Expand)Author
2015-03-26build system: Test gccs that are actually usedPatrick Georgi
2015-03-23console: Allow bootblock console on MIPSPaul Burton
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-02-24build: mipsel cross compiler supportPaul Burton
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-26toolchain.inc: Check toolchain is installed before running itMarc Jones
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-09Set custom AR_ for each classDaisuke Nojiri
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-10-29Pipe stderr to /dev/null when getting LIBCLANG_RT_FILE_NAMEMartin Roth
2014-10-28build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-07-30build system: remove duplicate architecture listPatrick Georgi
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-05-19build: use CFLAGS_* in more places where they're neededPatrick Georgi
2014-05-17build: re-enable ccache supportPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-05-17build: remove call to missing functionPatrick Georgi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: don't call $(CC) -print-libgcc-file-name twicePatrick Georgi
2014-05-17build: kill one indirectionPatrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-09toolchain: get rid of some bashismsAaron Durbin
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh