summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-05-29 10:55:47 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-06-07 07:19:23 +0200
commit9cdc8df314bddc95125e87039b0f2df3fc5fa866 (patch)
tree6c3140736176acd4ab66e21c63d42322c1d6175d /configure
parent5e8861a0361d8d39ab69fe557294471c28c49c8b (diff)
downloadqemu-9cdc8df314bddc95125e87039b0f2df3fc5fa866.tar.gz
build: move libobj-y variable to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index a2fca50260..cc77700328 100755
--- a/configure
+++ b/configure
@@ -3911,12 +3911,6 @@ if test "$target_softmmu" = "yes" ; then
esac
fi
-if test "$target_softmmu" = "yes" -a \( \
- "$TARGET_ARCH" = "microblaze" -o \
- "$TARGET_ARCH" = "cris" \) ; then
- echo "CONFIG_NEED_MMU=y" >> $config_target_mak
-fi
-
if test "$gprof" = "yes" ; then
echo "TARGET_GPROF=yes" >> $config_target_mak
if test "$target_linux_user" = "yes" ; then