diff options
| author | 2019-10-19 15:25:45 +0200 | |
|---|---|---|
| committer | 2019-10-26 00:59:41 +0200 | |
| commit | f4273541b8970bbde12a6d6030709b3d1856a127 (patch) | |
| tree | d7c4b1f04ad229229b19bc42cc633470fa59685f /Manual.md | |
| parent | lxc: update to 3.2.1. (diff) | |
New build-helper: qemu
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md index d29afbd2cce..f8928ed6851 100644 --- a/Manual.md +++ b/Manual.md @@ -944,6 +944,11 @@ additional paths to be searched when linking target binaries to be introspected. `qemu-<target_arch>-static` when running the target binary. You can for example specify `GIR_EXTRA_OPTIONS="-strace"` to see a trace of what happens when running that binary. +- '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` + <a id="functions"></a> ### Functions |
