summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-03-01 02:27:26 +0000
committerPaul Brook <paul@codesourcery.com>2010-03-12 18:45:44 +0000
commitb1aa27c4eab62b3c75a892671db5131bedf1cdf6 (patch)
tree1ec8c52f682ed40a56e3de7ffe6189e95864b76c /configure
parent3c7b48b74cb017ab6da7c3c0bc205a03943a6274 (diff)
downloadqemu-b1aa27c4eab62b3c75a892671db5131bedf1cdf6.tar.gz
Remove userspace target_phys_addr_t
TARGET_PHYS_ADDR_BITS isn't meaningful for userspace emulation, so don't define it. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 462a9b75db..abd0bf46fc 100755
--- a/configure
+++ b/configure
@@ -2494,11 +2494,11 @@ case "$target_arch2" in
fi
fi
esac
-echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak
if test "$target_bigendian" = "yes" ; then
echo "TARGET_WORDS_BIGENDIAN=y" >> $config_target_mak
fi
if test "$target_softmmu" = "yes" ; then
+ echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak
echo "CONFIG_SOFTMMU=y" >> $config_target_mak
echo "LIBS+=$libs_softmmu" >> $config_target_mak
echo "HWDIR=../libhw$target_phys_bits" >> $config_target_mak