summaryrefslogtreecommitdiffstats
path: root/util/xcompile
Commit message (Expand)AuthorAgeFilesLines
* build system: move more clang handling to xcompilePatrick Georgi2015-06-041-5/+12
* build system: move compiler runtime determination to xcompilePatrick Georgi2015-06-041-0/+12
* xcompile: Detect clang compilersPatrick Georgi2015-06-041-14/+34
* xcompile: Rename internal variable CFLAGS to CFLAGS_GCCPatrick Georgi2015-06-041-19/+19
* xcompile: Add CROSS_COMPILE_* variableFurquan Shaikh2015-05-271-0/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* util/xcompile/xcompile: Allow to override `HOSTCC` variablePaul Menzel2015-05-041-1/+1
* xcompile: improve mips toolchain handlingVadim Bendebury2015-04-281-16/+24
* xcompile: Use local variables and make cosmetic changesVadim Bendebury2015-04-281-14/+14
* armv7-m: add armv7-m configurationDaisuke Nojiri2015-04-101-1/+1
* build system: mips is a valid nickname for mipselPatrick Georgi2015-03-301-1/+2
* build: mips: add default compilation optionsVadim Bendebury2015-03-231-0/+4
* Allow for different BFD elf formats per architectureVadim Bendebury2015-03-211-9/+12
* build: mipsel cross compiler supportPaul Burton2015-02-241-1/+9
* xcompile: specify arm64 subarchesPatrick Georgi2015-02-171-0/+2
* xcompile: Rename aarch64 to arm64Marc Jones2015-01-261-3/+3
* crossgcc: Add buildsystem support for aarch64 compilerPatrick Georgi2014-11-201-1/+1
* abuild: fix cross compiler testPatrick Georgi2014-11-041-0/+2
* xcompile: detect and use RISCV binariesRonald G. Minnich2014-10-081-1/+10
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-3/+3
* xcompile: always use -march=i686Aaron Durbin2014-08-251-0/+5
* build system: remove duplicate architecture listPatrick Georgi2014-07-301-0/+1
* build system: create .xcompile dependencyPatrick Georgi2014-07-151-0/+0
* util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi2014-07-151-6/+3
* build: break compiler flags out of $(CC)Patrick Georgi2014-05-171-1/+2
* build: get rid of a special casePatrick Georgi2014-05-171-1/+1
* xcompile: ABIs are really architecture specificPatrick Georgi2014-05-151-4/+5
* xcompile: break out big loop content into functionPatrick Georgi2014-05-151-2/+8
* xcompile: move tempfile cleanup closer togetherPatrick Georgi2014-05-151-5/+6
* xcompile: actually use "special compile flags" ideaPatrick Georgi2014-05-151-10/+4
* xcompile: fail earlier on missing host toolsPatrick Georgi2014-05-151-20/+27
* xcompile: slightly refactor variable expansion magicPatrick Georgi2014-05-151-23/+27
* xcompile: use bashPatrick Georgi2014-05-151-1/+1
* util/xcompile/xcompile: set up for aarch64Ronald G. Minnich2013-11-101-1/+12
* arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu2013-10-171-0/+1
* buildgcc: Downgrade to gcc 4.7.3, handle armv7-aPatrick Georgi2013-09-201-1/+1
* xcompile: honor LINKER_SUFFIX variableAaron Durbin2013-03-231-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* update CFLAGS for armv7David Hendricks2013-01-041-8/+3
* add a return type to test function used by xcompileDavid Hendricks2012-12-211-1/+1
* Fix xcompile (again)Stefan Reinauer2012-12-061-1/+1
* Fix xcompile for ARMv7 and our cross toolchainStefan Reinauer2012-12-061-7/+12
* xcompile: Add missing XGCCPATHZheng Bao2012-11-271-0/+1
* Make xcompile support multiple architecturesRonald G. Minnich2012-11-271-80/+169
* Update xcompile to search for x86_64 toolchain.Marc Jones2012-03-311-6/+11
* Revert "Use -mno-sse to prevent overzealous gcc optimizations"Patrick Georgi2012-03-061-4/+0
* Use -mno-sse to prevent overzealous gcc optimizationsStefan Reinauer2012-03-031-0/+4
* Add -Werror to xcompile's testccStefan Reinauer2011-10-271-1/+1
* Allow XGCCPATH to be set on the make command line.Marc Jones2011-10-231-1/+2
* Fix romstage creation with gcc 4.6 and CAR targetsStefan Reinauer2011-10-131-0/+4