index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cross
/
ubuntu-armhf.txt
Age
Commit message (
Expand
)
Author
2025-05-13
cross: add rustdoc to ubuntu-armhf toolchain
Paolo Bonzini
2023-08-02
treewide: internally avoid deprecated machine file uses of "pkgconfig"
Eli Schwartz
2023-01-11
remove totally invalid gcc arguments from cross file
Eli Schwartz
2023-01-11
cross: move multilib options to [binaries] section
Paolo Bonzini
2020-08-01
Allow setting built-in options from cross/native files
Dylan Baker
2020-03-22
Add property to disable compiler sanity checks during cross compilation.
Jussi Pakkanen
2020-01-22
tests: Add a test case for finding ld
Dylan Baker
2019-01-02
Handle strings in cross file args. Closes #4671.
Jussi Pakkanen
2018-04-02
Imported Debian fixes by Matthias Klose.
Jussi Pakkanen
2018-01-29
Add cross-compilation support for `rustc`
Adam C. Foltzer
2017-10-28
Use GCC 7 for cross compilation tests.
Jussi Pakkanen
2017-04-27
Always pass cross-file {lang}_args to compiler checks
Nirbheek Chauhan
2016-12-20
Fix cross test and run them if a cross compiler is available.
Jussi Pakkanen
2015-10-18
Added cpu family property to system information.
Jussi Pakkanen
2015-09-05
Converted alignment check to work also when cross compiling.
Jussi Pakkanen
2015-09-05
Converted sizeof check to work also when cross compiling.
Jussi Pakkanen
2015-08-16
Use system() instead of name() which is a confusing term.
Jussi Pakkanen
2015-07-27
Now host_machine, build_machine and target_machine are properly separated and...
Jussi Pakkanen
2015-07-27
Changed cross compilation file to new format.
Jussi Pakkanen
2015-06-06
Use cross file's pkgconfig binary when cross compiling. Closes #138.
Jussi Pakkanen
2013-08-31
Fix ARM strip binary path.
Jussi Pakkanen
2013-08-30
Can build both cross and native binaries at the same time.
Jussi Pakkanen
2013-08-24
Get alignment from cross file.
Jussi Pakkanen
2013-08-24
Get has_function from cross file.
Jussi Pakkanen
2013-08-24
Get sizeof info from cross file if it exists and write an error if it can not...
Jussi Pakkanen