diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:52 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:44 -0500 |
commit | 471857dd01fe7aac2b7c6cccd17dbdc49b37994a (patch) | |
tree | 6410797b1e9de022ebef691f2d9bea32283906c1 /configure | |
parent | 57ddfbf7f93a888501097878a8c3b58444a947d8 (diff) |
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-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |