aboutsummaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Expand)AuthorFilesLines
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger2-0/+2
2020-12-16cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger2-0/+2
2020-10-13cmake: Add cross testsDaniel Mensinger5-0/+35
2020-09-17Rename [properties] to [built-in options]Nirbheek Chauhan1-1/+1
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-0/+13
2020-09-11Add a test run of MSVC ARM64 cross on Windows x64Jon Turney2-0/+35
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens1-1/+1
2020-08-01Allow setting built-in options from cross/native filesDylan Baker10-18/+23
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen1-0/+2
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz2-0/+50
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz1-3/+5
2020-01-22tests: Add a test case for finding ldDylan Baker2-0/+2
2020-01-06Updated linker MR (#6407)Jussi Pakkanen1-1/+1
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+19
2019-08-02Make ARM compilers work on Linux.Jussi Pakkanen1-0/+35
2019-06-13Added tvOS cross fileRoman Shpuntov1-0/+27
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen1-1/+1
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-0/+20
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda1-0/+20
2018-06-05Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan3-25/+40
2018-04-16Merged Arm CC support.Jussi Pakkanen1-0/+20
2018-04-02Imported Debian fixes by Matthias Klose.Jussi Pakkanen1-2/+2
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda1-1/+10
2018-03-07Meson Github pull request - 3186 requested changesSomasekhar Penugonda1-0/+11
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer1-0/+1
2017-10-28Use GCC 7 for cross compilation tests.Jussi Pakkanen1-2/+2
2017-05-21cross: Fix host_machine.system in the example iphone cross config.Ole André Vadla RavnÄs1-1/+1
2017-04-27Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan1-0/+3
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen1-2/+2
2016-05-21Made cstdlib a subproject.Jussi Pakkanen1-0/+13
2016-02-17Fix Vala cross compilation. Closes #370.Jussi Pakkanen1-0/+1
2015-10-18Added cpu family property to system information.Jussi Pakkanen4-3/+8
2015-09-05Converted alignment check to work also when cross compiling.Jussi Pakkanen2-8/+0
2015-09-05Converted sizeof check to work also when cross compiling.Jussi Pakkanen2-8/+0
2015-09-05Created iphone cross file and made it possible to specify compile and link ar...Jussi Pakkanen1-0/+34
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen3-4/+4
2015-07-28make consistent styleIgor Gnatenko1-2/+2
2015-07-28Cleanups.Jussi Pakkanen1-3/+3
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-0/+12
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen2-5/+8
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen2-3/+22
2015-06-06Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen1-1/+1
2015-05-09Some more cross tweaking.Jussi Pakkanen1-1/+1
2015-05-09Fix cross compilation tests.Jussi Pakkanen1-5/+5
2013-08-31Fix ARM strip binary path.Jussi Pakkanen1-1/+1
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen2-0/+6
2013-08-24Get alignment from cross file.Jussi Pakkanen1-1/+6
2013-08-24Get has_function from cross file.Jussi Pakkanen1-0/+3
2013-08-24Get sizeof info from cross file if it exists and write an error if it can not...Jussi Pakkanen1-0/+8
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen1-1/+1