aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-06-13 19:00:05 -0300
committerDanh Doan <congdanhqx@gmail.com>2020-07-28 04:24:40 +0000
commit813d893710fe6e9cad204611c7d5bec5378e9704 (patch)
tree65b6055811e14e1133794a56b7ff4b7135602310 /Manual.md
parentcommon/environment/setup/install.sh: add vcompletion. (diff)
common/build-helper/qemu.sh: add vtargetrun function.
It's a function to call the qemu executable for the target arch, or a noop if the build isn't a cross build.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md
index a2e43334b9d..be28d89e566 100644
--- a/Manual.md
+++ b/Manual.md
@@ -970,7 +970,9 @@ additional paths to be searched when linking target binaries to be introspected.
- `qemu` sets additional variables for the `cmake` and `meson` build styles to allow
executing cross-compiled binaries inside qemu.
It sets `CMAKE_CROSSCOMPILING_EMULATOR` for cmake and `exe_wrapper` for meson
-to `qemu-<target_arch>-static` and `QEMU_LD_PREFIX` to `XBPS_CROSS_BASE`
+to `qemu-<target_arch>-static` and `QEMU_LD_PREFIX` to `XBPS_CROSS_BASE`.
+It also creates the `vtargetrun` function to wrap commands in a call to
+`qemu-<target_arch>-static` for the target architecture.
- `qmake` creates the `qt.conf` configuration file (cf. `qmake` `build_style`)
needed for cross builds and a qmake-wrapper to make `qmake` use this configuration.