aboutsummaryrefslogtreecommitdiff
path: root/cross/ubuntu-armhf.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-08-01Allow setting built-in options from cross/native filesDylan Baker1-2/+4
This is like the project options, but for meson builtin options. The only real differences here have to do with the differences between meson builtin options and project options. Some meson options can be set on a per-machine basis (build.pkg_config_path vs pkg_config_path) others can be set on a per-subproject basis, but should inherit the parent setting.
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen1-0/+2
2020-01-22tests: Add a test case for finding ldDylan Baker1-0/+1
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen1-1/+1
2018-04-02Imported Debian fixes by Matthias Klose.Jussi Pakkanen1-2/+2
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer1-0/+1
This patch is largely modeled on the relatively-straightforward code for Fortran cross-compilation, so there might be some intricacies missing.
2017-10-28Use GCC 7 for cross compilation tests.Jussi Pakkanen1-2/+2
2017-04-27Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan1-0/+3
Includes a test for this that will only run on the CI. Closes https://github.com/mesonbuild/meson/issues/1665
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen1-2/+2
2015-10-18Added cpu family property to system information.Jussi Pakkanen1-1/+2
2015-09-05Converted alignment check to work also when cross compiling.Jussi Pakkanen1-4/+0
2015-09-05Converted sizeof check to work also when cross compiling.Jussi Pakkanen1-4/+0
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen1-1/+1
2015-07-27Now host_machine, build_machine and target_machine are properly separated ↵Jussi Pakkanen1-2/+3
and return correct values.
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-2/+9
2015-06-06Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen1-1/+1
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 Pakkanen1-0/+3
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 ↵Jussi Pakkanen1-0/+8
not be determined.