summaryrefslogtreecommitdiff
path: root/cross/iphone.txt
AgeCommit message (Collapse)Author
2023-06-19Add kernel and subsystem properties to machine objects.Jussi Pakkanen
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-11cross: move multilib options to [binaries] sectionPaolo Bonzini
c_args are meant to be overridden by the user if needed (even via the environment CFLAGS variables + -Doptimization=plain, for example), so they should not contain any option that affect the multilib search path. For example, a hypothetical native file like this: [binaries] c = gcc [built-in options] c_args = ['-m32'] would *not* build 32-bit binaries if -Dc_args is passed to meson. Such options, instead should be in the [binaries] section. Adjust the sample cross files included with meson. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-08-08Update iphone cross building.Jussi Pakkanen
2020-08-01Allow setting built-in options from cross/native filesDylan Baker
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.
2017-05-21cross: Fix host_machine.system in the example iphone cross config.Ole André Vadla Ravnås
2015-10-18Added cpu family property to system information.Jussi Pakkanen
2015-09-05Converted alignment check to work also when cross compiling.Jussi Pakkanen
2015-09-05Converted sizeof check to work also when cross compiling.Jussi Pakkanen
2015-09-05Created iphone cross file and made it possible to specify compile and link ↵Jussi Pakkanen
args in the cross file.