diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-12 09:29:19 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-13 11:52:07 -0700 |
| commit | c3beaa9a35622987df522d10f8584b4e8cbfe05d (patch) | |
| tree | 74ffbb05b4ec0248a6e19136448e53ff84e7ccf6 /cross | |
| parent | 043ff22fc732ac25fab9b1d59e66cc59c493d07f (diff) | |
| download | meson-c3beaa9a35622987df522d10f8584b4e8cbfe05d.tar.gz | |
cross: add rustdoc to ubuntu-armhf toolchain
Document that "rustdoc" is a useful key for the `[binaries]` section.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/ubuntu-armhf.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index 6409e396b..97a1c21e8 100644 --- a/cross/ubuntu-armhf.txt +++ b/cross/ubuntu-armhf.txt @@ -4,6 +4,7 @@ c = ['/usr/bin/arm-linux-gnueabihf-gcc'] cpp = ['/usr/bin/arm-linux-gnueabihf-g++'] rust = ['rustc', '--target', 'arm-unknown-linux-gnueabihf', '-C', 'linker=/usr/bin/arm-linux-gnueabihf-gcc-7'] +rustdoc = ['rustdoc', '--target', 'arm-unknown-linux-gnueabihf', '-C', 'linker=/usr/bin/arm-linux-gnueabihf-gcc-7'] ar = '/usr/arm-linux-gnueabihf/bin/ar' strip = '/usr/arm-linux-gnueabihf/bin/strip' pkg-config = '/usr/bin/arm-linux-gnueabihf-pkg-config' |
