Lines Matching full:cross
318 cross build environment). They are INI formatted and can override where
333 For selecting llvm-config for cross compiling a `"cross
334 file" <https://mesonbuild.com/Cross-compilation.html#defining-the-environment>`__
338 :caption: cross-llvm.ini
351 meson setup builddir/ --cross-file cross-llvm.ini
353 See the :ref:`Cross Compilation <cross-compilation>` section for more
465 4. Cross-compilation and 32-bit builds
469 cross-compilation <https://mesonbuild.com/Cross-compilation.html>`__ by
471 this file to ``meson`` or ``meson configure`` with the ``--cross-file``
476 :file:`$XDG_DATA_HOME/meson/cross` or :file:`~/.local/share/meson/cross`
478 Below are a few example of cross files, but keep in mind that you will
484 - `meson-cross-x86-linux-gnu <https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu>`__
485 - `meson-cross-aarch64-linux-gnu <https://github.com/dcbaker/archlinux-meson-cross-aarch64-linux-g…
487 Cross-compilation requires cross-compiled versions of the same build
503 You do not need a cross-compiled version of the dependencies like
508 is not specific to cross-compilation; see details above. So you may want
509 to proceed with trial-and-error and install only cross-compiled packages
520 # To accelerate cross-compilation as much as native compilation: