summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2015-12-28 03:21:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-01-12 14:47:44 +0100
commitacf94da7d0f23e5063177cb9e49a00c1020bd454 (patch)
treed788de35fbe06dd4a7e3af6ab58dec417957f15f /rules/host-qemu.make
parenteef76165867109d63096e2a00ad464aa5feffbe3 (diff)
downloadptxdist-acf94da7d0f23e5063177cb9e49a00c1020bd454.tar.gz
ptxdist-acf94da7d0f23e5063177cb9e49a00c1020bd454.tar.xz
host-qemu: enable guest base support
This is needed in some cases for qemu userspace emulation of non-PIE executables linked to addresses < /proc/sys/vm/mmap_min_addr. In that case, qemu would fail with 'Operation not permitted'. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.make')
-rw-r--r--rules/host-qemu.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index d54f81ea3..6178a8a98 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -54,7 +54,7 @@ HOST_QEMU_CONF_OPT := \
--disable-user \
--$(call ptx/endis, PTXCONF_HOST_QEMU_USR)-linux-user \
--disable-bsd-user \
- --disable-guest-base \
+ --enable-guest-base \
--disable-docs \
--disable-guest-agent \
--disable-guest-agent-msi \