summaryrefslogtreecommitdiff
path: root/cross
Commit message (Expand)AuthorAgeFilesLines
* Initial support for Metrowerks C/C++ compilerNomura2023-04-243-0/+74
* fix various spelling issuesJosh Soref2023-04-112-2/+2
* remove totally invalid gcc arguments from cross fileEli Schwartz2023-01-111-2/+2
* cross: move multilib options to [binaries] sectionPaolo Bonzini2023-01-116-28/+25
* emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen2022-12-271-2/+2
* CI: install ifort on WindowsEli Schwartz2022-07-112-0/+2
* Genericise TI compiler and add MSP430 supportWilliam Toohey2022-02-021-0/+25
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-153-3/+0
* Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen2021-08-081-5/+5
* Update iphone cross building.Jussi Pakkanen2021-08-081-6/+10
* cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger2021-01-042-0/+2
* cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger2020-12-162-0/+2
* cmake: Add cross testsDaniel Mensinger2020-10-135-0/+35
* Rename [properties] to [built-in options]Nirbheek Chauhan2020-09-171-1/+1
* Add support for the CompCert C CompilerSebastian Meyer2020-09-151-0/+13
* Add a test run of MSVC ARM64 cross on Windows x64Jon Turney2020-09-112-0/+35
* Interpreter: Fix c_stdlib usageXavier Claessens2020-08-181-1/+1
* Allow setting built-in options from cross/native filesDylan Baker2020-08-0110-18/+23
* Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen2020-03-221-0/+2
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-212-0/+50
* -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2020-01-301-3/+5
* tests: Add a test case for finding ldDylan Baker2020-01-222-0/+2
* Updated linker MR (#6407)Jussi Pakkanen2020-01-061-1/+1
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-0/+19
* Make ARM compilers work on Linux.Jussi Pakkanen2019-08-021-0/+35
* Added tvOS cross fileRoman Shpuntov2019-06-131-0/+27
* Handle strings in cross file args. Closes #4671.Jussi Pakkanen2019-01-021-1/+1
* Add support for Renesas CC-RX toolchainPhillip Cao2018-11-081-0/+20
* Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda2018-06-211-0/+20
* Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan2018-06-053-25/+40
* Merged Arm CC support.Jussi Pakkanen2018-04-161-0/+20
|\
| * Updates to CPP support and update review changesSomasekhar Penugonda2018-03-271-1/+10
| * Meson Github pull request - 3186 requested changesSomasekhar Penugonda2018-03-071-0/+11
* | Imported Debian fixes by Matthias Klose.Jussi Pakkanen2018-04-021-2/+2
|/
* Add cross-compilation support for `rustc`Adam C. Foltzer2018-01-291-0/+1
* Use GCC 7 for cross compilation tests.Jussi Pakkanen2017-10-281-2/+2
* cross: Fix host_machine.system in the example iphone cross config.Ole André Vadla RavnÄs2017-05-211-1/+1
* Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan2017-04-271-0/+3
* Fix cross test and run them if a cross compiler is available.Jussi Pakkanen2016-12-201-2/+2
* Made cstdlib a subproject.Jussi Pakkanen2016-05-211-0/+13
* Fix Vala cross compilation. Closes #370.Jussi Pakkanen2016-02-171-0/+1
* Added cpu family property to system information.Jussi Pakkanen2015-10-184-3/+8
* Converted alignment check to work also when cross compiling.Jussi Pakkanen2015-09-052-8/+0
* Converted sizeof check to work also when cross compiling.Jussi Pakkanen2015-09-052-8/+0
* Created iphone cross file and made it possible to specify compile and link ar...Jussi Pakkanen2015-09-051-0/+34
* Use system() instead of name() which is a confusing term.Jussi Pakkanen2015-08-163-4/+4
* make consistent styleIgor Gnatenko2015-07-281-2/+2
* Cleanups.Jussi Pakkanen2015-07-281-3/+3
* Support target-only cross compilation properly.Jussi Pakkanen2015-07-271-0/+12
* Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen2015-07-272-5/+8