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
2018-12-28
util/xcompile/xcompile: Use tab for indent
Elyes HAOUAS
2018-12-20
util/xcompile/xcompile: Enable x86_64 support
Patrick Rudolph
2018-11-30
arch/power8: Rename to ppc64
Jonathan Neuschäfer
2018-07-26
util: Add description.md to each util
Tom Hiller
2018-05-09
util/xcompile: prefer riscv64 over riscv
Patrick Georgi
2017-09-02
clang: Enable integrated assembler on clang builds
Damien Zammit
2017-06-27
clang: Allow initializer overrides
Stefan Reinauer
2017-06-27
xcompile: silence clang when referencing packed structs' members
Patrick Georgi
2017-06-27
xcompile: Also try clang variants under the $triplet-clang scheme
Patrick Georgi
2017-06-26
libpayload: Enable building libpayload with march=i586
Lee Leahy
2017-06-25
xcompile: Fix clang compiler runtime detection
Stefan Reinauer
2017-05-16
xcompile: replace -print-librt-file-name with -print-libgcc-file-name
Patrick Georgi
2017-01-31
util/xcompile: parallelize compiler checks
Patrick Georgi
2016-10-28
util/xcompile/xcompile: Add a space before `&&`
Paul Menzel
2016-09-12
arch/arm: Add armv7-r configuration
Hakim Giydan
2016-08-17
xcompile: add riscv64 name to riscv toolchain
Iru Cai
2016-05-03
xcompile: test if gcc is really available
Stefan Tauner
2016-04-21
xcompile: support being called from payloads/external/.../.../
Stefan Reinauer
2016-04-18
More compatible use of mktemp
Stefan Reinauer
2016-04-14
util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGS
Paul Menzel
2016-04-04
crossgcc: Fix compiler detect for POWER8 big endian mode switch.
Timothy Pearson
2016-02-23
xcompile: Add parameter to aid in debugging
Martin Roth
2016-02-21
Support arm-linux-gnueabi compilers.
Vladimir Serbinenko
2016-02-03
xcompile: Add a way to specify -march=i586
Martin Roth
2016-01-31
buildgcc: Rename armv7-a-eabi compiler to arm-eabi
Stefan Reinauer
2016-01-26
xcompile: fill in power8 64bit LE
Patrick Georgi
2016-01-26
xcompile: also look for *-linux compiler triplet
Patrick Georgi
2016-01-26
xcompile: document all the variables!
Patrick Georgi
2016-01-23
util/xcompile: Add gnatbind tool
Nico Huber
2016-01-15
xcompile: Add core count to .xcompile
Martin Roth
2016-01-14
xcompile: More updates on ARM64 Erratum flags
Martin Roth
2016-01-07
xcompile: Quote variables to prevent globbing and splitting.
Martin Roth
2016-01-07
xcompile: Use local variables in the test functions
Martin Roth
2016-01-07
xcompile: use $() instead of backticks
Martin Roth
2016-01-07
xcompile: Only include arm64 erratum check in arm64 section
Martin Roth
2016-01-07
xcompile: Put compiler variables outside of 'if' to allow checking
Martin Roth
2016-01-07
xcompile: Separate flags from clang executable
Martin Roth
2016-01-07
xcompile: Add XGCCPATH to clang compiler
Martin Roth
2016-01-07
xcompile: Add separation for architectures to improve readability
Martin Roth
2016-01-07
xcompile: Use tabs for indentation
Martin Roth
2016-01-05
xcompile: Remove warnings about missing tools & architectures
Martin Roth
2015-12-07
xcompile: Don't warn on missing power8 compiler
Martin Roth
2015-12-03
add support for power8 to xcompile script
Ronald G. Minnich
2015-11-20
build system: tighten down .xcompile handling some more
Patrick Georgi
2015-11-20
xcompile: Redirect the objdump stderr to /dev/null
zbao
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-08-28
arm64: xcompile: Add support for A53 erratum 843419
Julius Werner
2015-08-25
xcompile: Force localization of objdump to C
Martin Roth
2015-08-10
xcompile: crossgcc lookup in parent paths, for painless libpayload support
Paul Kocialkowski
2015-07-09
libpayload: Use top level xcompile
Stefan Reinauer
2015-07-09
xcompile: switch around armv7 TCARCHes
Stefan Reinauer
2015-07-07
Unconditionally compile romstage with -Wa,--divide
Stefan Reinauer
2015-07-07
xcompile: Fix compiler invocation in testcc
Stefan Reinauer
2015-07-06
util/xcompile/xcompile: use env(1) to find bash
Jonathan A. Kollasch
2015-07-04
xcompile: ask for compiler runtime using appropriate CFLAGS
Patrick Georgi
2015-06-20
xcompile: x86-64-elf wants -Wa,--divide, too
Stefan Reinauer
2015-06-16
xcompile: Don't print error messages
Stefan Reinauer
2015-06-16
xcompile: add support for x86-64
Stefan Reinauer
2015-06-08
xcompile: Fix errors thrown during make gitconfig
Stefan Reinauer
2015-06-04
build system: move more clang handling to xcompile
Patrick Georgi
2015-06-04
build system: move compiler runtime determination to xcompile
Patrick Georgi
2015-06-04
xcompile: Detect clang compilers
Patrick Georgi
2015-06-04
xcompile: Rename internal variable CFLAGS to CFLAGS_GCC
Patrick Georgi
2015-05-27
xcompile: Add CROSS_COMPILE_* variable
Furquan Shaikh
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-04
util/xcompile/xcompile: Allow to override `HOSTCC` variable
Paul Menzel
2015-04-28
xcompile: improve mips toolchain handling
Vadim Bendebury
2015-04-28
xcompile: Use local variables and make cosmetic changes
Vadim Bendebury
2015-04-10
armv7-m: add armv7-m configuration
Daisuke Nojiri
2015-03-30
build system: mips is a valid nickname for mipsel
Patrick Georgi
2015-03-23
build: mips: add default compilation options
Vadim Bendebury
2015-03-21
Allow for different BFD elf formats per architecture
Vadim Bendebury
2015-02-24
build: mipsel cross compiler support
Paul Burton
2015-02-17
xcompile: specify arm64 subarches
Patrick Georgi
2015-01-26
xcompile: Rename aarch64 to arm64
Marc Jones
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
[next]