Skip to content

Commit efbb19d

Browse files
committed
clarify CROSSCOMPILING_EMULATOR
1 parent 3c71428 commit efbb19d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

sphinx/src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ can aid in cross-compilation setups:
371371
automatically created for you too.
372372
- ``CC_FOR_BUILD``: C compilers targeting the build platform.
373373
- ``CXX_FOR_BUILD``: C++ compilers targeting the build platform.
374-
- ``CROSSCOMPILING_EMULATOR``: Path to the ``qemu`` binary for the host platform (see
375-
:ref:`emulation`).
374+
- ``CROSSCOMPILING_EMULATOR``: Path to the ``qemu`` binary for the host platform. Useful for running
375+
tests when cross-compiling.
376376

377377
This is all supported by two main conda-build features introduced in version 3:
378378

@@ -572,14 +572,6 @@ natively supported by Azure and Travis CI, respectively, so no emulation is need
572572
linux_ppc64le: azure
573573
linux_64: azure
574574
575-
Use this variables in your builds scripts if needed:
576-
577-
- ``CONDA_BUILD_CROSS_COMPILATION``: Set to ``1`` when build and host platforms differ. This can
578-
mean your are cross-compiling or emulating.
579-
- ``CROSSCOMPILING_EMULATOR``: Path to the ``qemu`` binary for the host platform.
580-
581-
See also :ref:`cross_compilation_howto` for other variables you might find useful in your build
582-
scripts.
583575
584576
Rust Nightly
585577
------------

0 commit comments

Comments
 (0)