summaryrefslogtreecommitdiff
path: root/util/xcompile
AgeCommit message (Expand)Author
2014-07-15util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-15xcompile: ABIs are really architecture specificPatrick Georgi
2014-05-15xcompile: break out big loop content into functionPatrick Georgi
2014-05-15xcompile: move tempfile cleanup closer togetherPatrick Georgi
2014-05-15xcompile: actually use "special compile flags" ideaPatrick Georgi
2014-05-15xcompile: fail earlier on missing host toolsPatrick Georgi
2014-05-15xcompile: slightly refactor variable expansion magicPatrick Georgi
2014-05-15xcompile: use bashPatrick Georgi
2013-11-10util/xcompile/xcompile: set up for aarch64Ronald G. Minnich
2013-10-17arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu
2013-09-20buildgcc: Downgrade to gcc 4.7.3, handle armv7-aPatrick Georgi
2013-03-23xcompile: honor LINKER_SUFFIX variableAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-01-04update CFLAGS for armv7David Hendricks
2012-12-21add a return type to test function used by xcompileDavid Hendricks
2012-12-06Fix xcompile (again)Stefan Reinauer
2012-12-06Fix xcompile for ARMv7 and our cross toolchainStefan Reinauer
2012-11-27xcompile: Add missing XGCCPATHZheng Bao
2012-11-27 Make xcompile support multiple architecturesRonald G. Minnich
2012-03-31Update xcompile to search for x86_64 toolchain.Marc Jones
2012-03-06Revert "Use -mno-sse to prevent overzealous gcc optimizations"Patrick Georgi
2012-03-03Use -mno-sse to prevent overzealous gcc optimizationsStefan Reinauer
2011-10-27Add -Werror to xcompile's testccStefan Reinauer
2011-10-23Allow XGCCPATH to be set on the make command line.Marc Jones
2011-10-13Fix romstage creation with gcc 4.6 and CAR targetsStefan Reinauer
2011-08-10Add iasl to buldgcc and rev the version.Marc Jones
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2010-04-14Rename variable to not confuse gcc on mingwPatrick Georgi
2010-03-16Various changes to the buildsystem:Patrick Georgi patrick.georgi
2010-03-16Make CLANG selectable in KconfigPatrick Georgi
2010-02-10Improve compiler detection and configuration in xcompile.Patrick Georgi
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-10-31Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson
2009-10-24add CPP to xcompile in case we need it (trivial)Stefan Reinauer
2009-08-12Kconfig!Patrick Georgi