index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolchain.inc
Age
Commit message (
Expand
)
Author
2017-09-23
toolchain: Always use GCC for Ada sources
Nico Huber
2017-09-23
toolchain: Use xcompile proposed CFLAGS for Ada
Nico Huber
2017-06-19
toolchain.inc: Use -Wstack-usage only on gcc
Patrick Georgi
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2016-09-19
Add minimal GNAT run time system (RTS)
Nico Huber
2016-09-19
Make Ada a first class citizen
Nico Huber
2016-08-04
toolchain.inc: Update 'required toolchain' error text
Martin Roth
2016-03-04
toolchain.inc: test IASL by version string instead of number
Martin Roth
2016-02-17
power8: try to fix toolchain.inc for power8.
Ronald G. Minnich
2016-01-18
toolchain.inc: Update comments
Martin Roth
2016-01-15
toolchain.inc: Fix whitespace issues and wrap long lines
Martin Roth
2016-01-12
Makefile: Add toolchain version check
Martin Roth
2016-01-06
toolchain.inc: Test for valid toolchain when ANY_TOOLCHAIN is used
Martin Roth
2016-01-04
toolchain.inc: Update help text, Add TODO.
Martin Roth
2016-01-04
toolchain.inc: Skip how to use any toolchain if it's selected
Martin Roth
2016-01-04
toolchain.inc: Move nocompile around entire check, Comment endifs
Martin Roth
2016-01-04
toolchain.inc: Test for toolchain when using llvm/clang
Martin Roth
2015-12-16
toolchain.inc: print XGCCPATH if it's set
Martin Roth
2015-12-08
toolchain.inc: fix typo
Martin Roth
2015-12-08
toolchain.inc: verify tool variable validity before using it.
Martin Roth
2015-12-02
toolchain.inc: Add IASL test as part of coreboot toolchain
Martin Roth
2015-12-02
toolchain.inc: Improve help messages for coreboot toolchain
Martin Roth
2015-11-17
rules.h: Add ENV_ macros to detect current architecture
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-09
linking: add and use LDFLAGS_common
Aaron Durbin
2015-08-09
Move function/data sections to common CFLAGS
Stefan Reinauer
2015-07-29
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
Julius Werner
2015-07-16
toolchain: Add -mgeneral-regs-only to CFLAGS for arm64
Furquan Shaikh
2015-07-08
build system / amd64: Avoid GCC taking the ABI spec too literally
Patrick Georgi
2015-07-08
toolchain.inc: Don't overwrite architecture specific CFLAGS
Stefan Reinauer
2015-06-16
toolchain.inc: Add x86-64 support
Stefan Reinauer
2015-06-04
build system: move compiler runtime determination to xcompile
Patrick Georgi
2015-05-26
build system: only query the compiler runtime's location once
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-20
riscv: enable function and data sections
Aaron Durbin
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-17
ARM: Remove -mno-unaligned-access
Julius Werner
2015-03-29
mips: mips, not mipsel
Patrick Georgi
2015-03-27
toolchain: fix build with x86_64 gcc
Gerd Hoffmann
2015-03-26
build system: Test gccs that are actually used
Patrick Georgi
2015-03-23
console: Allow bootblock console on MIPS
Paul Burton
2015-03-21
arch/mips: Add base MIPS architecture support
Paul Burton
2015-03-17
coreboot: x86: enable gc-sections
Aaron Durbin
2015-02-24
build: mipsel cross compiler support
Paul Burton
2015-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-26
toolchain.inc: Check toolchain is installed before running it
Marc Jones
2015-01-14
Revert "vboot2: add verstage"
Paul Menzel
2015-01-13
vboot2: add verstage
Daisuke Nojiri
2015-01-09
Set custom AR_ for each class
Daisuke Nojiri
2014-12-01
Add UCB RISCV support for architecture, soc, and emulation mainboard..
Ronald G. Minnich
2014-11-25
build system: unify linker use across gcc and clang
Patrick Georgi
2014-11-25
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-09
build: Add ccopts back into the build
Marc Jones
2014-10-29
Pipe stderr to /dev/null when getting LIBCLANG_RT_FILE_NAME
Martin Roth
2014-10-28
build: Allow clang build linkage to use libcompiler-rt
Edward O'Callaghan
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh
2014-09-22
arm: Have the linker garbage-collect unused functions and variables
Julius Werner
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-07-30
build system: remove duplicate architecture list
Patrick Georgi
2014-06-29
build: remove -ccopts mechanism
Patrick Georgi
2014-05-19
build: use CFLAGS_* in more places where they're needed
Patrick Georgi
2014-05-17
build: re-enable ccache support
Patrick Georgi
2014-05-17
build: make scan-build work again
Patrick Georgi
2014-05-17
build: remove call to missing function
Patrick Georgi
2014-05-17
build: break compiler flags out of $(CC)
Patrick Georgi
2014-05-17
build: don't call $(CC) -print-libgcc-file-name twice
Patrick Georgi
2014-05-17
build: kill one indirection
Patrick Georgi
2014-05-17
build: get rid of a special case
Patrick Georgi
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-17
build: CPPFLAGS is more common than INCLUDES
Patrick Georgi
2014-05-09
toolchain: get rid of some bashisms
Aaron Durbin
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh