summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Rename top-level Makefiles from .inc to .mkMartin Roth2024-01-241-294/+0
* toolchain.inc: Set CCACHE_COMPILERCHECK=mtimeNico Huber2023-07-231-1/+1
* Append per-board ccache statistics in logKyösti Mälkki2023-06-111-0/+1
* coreboot: Add support for include-what-you-useMartin Roth2022-10-111-0/+15
* build system: immediately report what users are supposed to look intoPatrick Georgi2021-10-181-1/+2
* toolchain.inc: copy architecture specific CFLAGS to GCC_ADAFLAGSIru Cai2021-07-011-0/+7
* toolchain.inc: Update and fix the test-toolchain targetMartin Roth2021-02-241-10/+30
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: more SPDX header workPatrick Georgi2020-05-091-14/+2
* Makefile: Remove romccElyes HAOUAS2019-12-271-2/+0
* Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki2019-11-221-1/+1
* Remove MIPS architectureJulius Werner2019-11-201-3/+0
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* Move -Wlogical-op into xcompileNico Huber2019-06-211-1/+1
* arch/power8: Rename to ppc64Jonathan Neuschäfer2018-11-301-3/+3
* Introduce bootblock self-decompressionJulius Werner2018-05-221-1/+2
* toolchain: Always use GCC for Ada sourcesNico Huber2017-09-231-1/+2
* toolchain: Use xcompile proposed CFLAGS for AdaNico Huber2017-09-231-1/+1
* toolchain.inc: Use -Wstack-usage only on gccPatrick Georgi2017-06-191-0/+2
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-2/+1
* Add minimal GNAT run time system (RTS)Nico Huber2016-09-191-1/+6
* Make Ada a first class citizenNico Huber2016-09-191-0/+2
* toolchain.inc: Update 'required toolchain' error textMartin Roth2016-08-041-1/+2
* 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