summaryrefslogtreecommitdiff
path: root/cross/ubuntu-armhf.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This patch is largely modeled on the relatively-straightforward code for Fortran cross-compilation, so there might be some intricacies missing.
* Use GCC 7 for cross compilation tests.Jussi Pakkanen2017-10-281-2/+2
|
* Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan2017-04-271-0/+3
| | | | | | Includes a test for this that will only run on the CI. Closes https://github.com/mesonbuild/meson/issues/1665
* Fix cross test and run them if a cross compiler is available.Jussi Pakkanen2016-12-201-2/+2
|
* Added cpu family property to system information.Jussi Pakkanen2015-10-181-1/+2
|
* Converted alignment check to work also when cross compiling.Jussi Pakkanen2015-09-051-4/+0
|
* Converted sizeof check to work also when cross compiling.Jussi Pakkanen2015-09-051-4/+0
|
* Use system() instead of name() which is a confusing term.Jussi Pakkanen2015-08-161-1/+1
|
* Now host_machine, build_machine and target_machine are properly separated ↵Jussi Pakkanen2015-07-271-2/+3
| | | | and return correct values.
* Changed cross compilation file to new format.Jussi Pakkanen2015-07-271-2/+9
|
* Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen2015-06-061-1/+1
|
* Fix ARM strip binary path.Jussi Pakkanen2013-08-311-1/+1
|
* Can build both cross and native binaries at the same time.Jussi Pakkanen2013-08-301-0/+3
|
* Get alignment from cross file.Jussi Pakkanen2013-08-241-1/+6
|
* Get has_function from cross file.Jussi Pakkanen2013-08-241-0/+3
|
* Get sizeof info from cross file if it exists and write an error if it can ↵Jussi Pakkanen2013-08-241-0/+8
not be determined.