summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:52 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:44 -0500
commit471857dd01fe7aac2b7c6cccd17dbdc49b37994a (patch)
tree6410797b1e9de022ebef691f2d9bea32283906c1 /configure
parent57ddfbf7f93a888501097878a8c3b58444a947d8 (diff)
downloadqemu-471857dd01fe7aac2b7c6cccd17dbdc49b37994a.tar.gz
Added CONFIG_NEED_MMU for microblaze and cris
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index a252dff85e..e0ef054514 100755
--- a/configure
+++ b/configure
@@ -2088,6 +2088,12 @@ ia64)
;;
esac
+if test "$target_softmmu" = "yes" -a \( \
+ "$TARGET_ARCH" = "microblaze" -o \
+ "$TARGET_ARCH" = "cris" \) ; then
+ echo "CONFIG_NEED_MMU=y" >> $config_mak
+fi
+
if test "$gprof" = "yes" ; then
echo "TARGET_GPROF=yes" >> $config_mak
if test "$target_linux_user" = "yes" ; then