From bc6c5d6be22bd20965a254401ffab75fbd69d140 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 15 Dec 2019 15:06:44 +0100 Subject: [PATCH] QEMU_LD_PREFIX in readme for clarity --- qemu_mode/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 87027f63..60d6c060 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -55,6 +55,9 @@ Note: if you want the QEMU helper to be installed on your system for all users, you need to build it before issuing 'make install' in the parent directory. +If you want to specify a different path for libraries (e.g. to run an arm64 +binary on x86_64) use QEMU_LD_PREFIX. + ## 3) Bonus feature #1: deferred initialization As for LLVM mode (refer to its README for mode details) QEMU mode supports