configure: Remove unnecessary host_guest_base code
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Oct 2012 03:16:49 +0000 (03:16 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 12 Oct 2012 11:26:29 +0000 (14:26 +0300)
commit30163d89953e2ec3e5fc53918682c8bc4b1b3b8d
tree9114362c64b497bb2e735c0d49fdc8f8a42cae43
parent885c1d10b803fc37e6656e733ba916c702b6f515
configure: Remove unnecessary host_guest_base code

All TCG hosts now support guest-base functionality, so we can
remove the setting of host_guest_base to 'yes' in every arm
of the case "$cpu" statement, and simply set guest_base to
default to 'yes'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure