]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Drop adjustment of textseg
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Dec 2019 23:25:09 +0000 (13:25 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 28 Mar 2020 21:09:44 +0000 (14:09 -0700)
commitee5195ee0fc87858088313f2c6f327ac41f5912f
treea87acc0a14a727508caa005af688811a35f5d30b
parent5acad5bf480321f178866dc28e38eeda5a3f19bb
configure: Drop adjustment of textseg

This adjustment was random and unnecessary.  The user mode
startup code in probe_guest_base() will choose a value for
guest_base that allows the host qemu binary to not conflict
with the guest binary.

With modern distributions, this isn't even used, as the default
is PIE, which does the same job in a more portable way.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Remove mention of config-host.ld from make distclean
Makefile
configure