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
/
util
/
xcompile
Age
Commit message (
Expand
)
Author
2014-11-20
crossgcc: Add buildsystem support for aarch64 compiler
Patrick Georgi
2014-11-04
abuild: fix cross compiler test
Patrick Georgi
2014-10-08
xcompile: detect and use RISCV binaries
Ronald G. Minnich
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-25
xcompile: always use -march=i686
Aaron Durbin
2014-07-30
build system: remove duplicate architecture list
Patrick Georgi
2014-07-15
build system: create .xcompile dependency
Patrick Georgi
2014-07-15
util/xcompile: Print fatal error messages to stderr instead of stdout
Daniele Forsi
2014-05-17
build: break compiler flags out of $(CC)
Patrick Georgi
2014-05-17
build: get rid of a special case
Patrick Georgi
2014-05-15
xcompile: ABIs are really architecture specific
Patrick Georgi
2014-05-15
xcompile: break out big loop content into function
Patrick Georgi
2014-05-15
xcompile: move tempfile cleanup closer together
Patrick Georgi
2014-05-15
xcompile: actually use "special compile flags" idea
Patrick Georgi
2014-05-15
xcompile: fail earlier on missing host tools
Patrick Georgi
2014-05-15
xcompile: slightly refactor variable expansion magic
Patrick Georgi
2014-05-15
xcompile: use bash
Patrick Georgi
2013-11-10
util/xcompile/xcompile: set up for aarch64
Ronald G. Minnich
2013-10-17
arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS
Andrew Wu
2013-09-20
buildgcc: Downgrade to gcc 4.7.3, handle armv7-a
Patrick Georgi
2013-03-23
xcompile: honor LINKER_SUFFIX variable
Aaron Durbin
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-01-04
update CFLAGS for armv7
David Hendricks
2012-12-21
add a return type to test function used by xcompile
David Hendricks
2012-12-06
Fix xcompile (again)
Stefan Reinauer
2012-12-06
Fix xcompile for ARMv7 and our cross toolchain
Stefan Reinauer
2012-11-27
xcompile: Add missing XGCCPATH
Zheng Bao
2012-11-27
Make xcompile support multiple architectures
Ronald G. Minnich
2012-03-31
Update xcompile to search for x86_64 toolchain.
Marc Jones
2012-03-06
Revert "Use -mno-sse to prevent overzealous gcc optimizations"
Patrick Georgi
2012-03-03
Use -mno-sse to prevent overzealous gcc optimizations
Stefan Reinauer
2011-10-27
Add -Werror to xcompile's testcc
Stefan Reinauer
2011-10-23
Allow XGCCPATH to be set on the make command line.
Marc Jones
2011-10-13
Fix romstage creation with gcc 4.6 and CAR targets
Stefan Reinauer
2011-08-10
Add iasl to buldgcc and rev the version.
Marc Jones
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2010-04-14
Rename variable to not confuse gcc on mingw
Patrick Georgi
2010-03-16
Various changes to the buildsystem:
Patrick Georgi patrick.georgi
2010-03-16
Make CLANG selectable in Kconfig
Patrick Georgi
2010-02-10
Improve compiler detection and configuration in xcompile.
Patrick Georgi
2009-11-21
Make the kconfig-style build work in mingw:
Patrick Georgi
2009-10-31
Only remove .xcompile with distclean. Look for crossgcc in util.
Myles Watson
2009-10-24
add CPP to xcompile in case we need it (trivial)
Stefan Reinauer
2009-08-12
Kconfig!
Patrick Georgi