summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-04-30 14:05:39 -0700
committerRichard Henderson <rth@twiddle.net>2014-06-23 07:32:18 -0700
commitb38daef9d4a174b874284ddac6d82f246a556363 (patch)
treeb9ea9cf24454e1d14c8b3ea2aea15c7e293630f6 /configure
parenta757e1eef08deeb1dd59bb0ca499d24458c2e5d5 (diff)
downloadqemu-b38daef9d4a174b874284ddac6d82f246a556363.tar.gz
tcg-ppc: Remove the backend
Vectoring the 32-bit build to the ppc64 directory. Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 998964e6c0..6a50cd1e8a 100755
--- a/configure
+++ b/configure
@@ -4747,6 +4747,8 @@ elif test "$ARCH" = "s390x" ; then
QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/s390 $QEMU_INCLUDES"
elif test "$ARCH" = "x86_64" -o "$ARCH" = "x32" ; then
QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/i386 $QEMU_INCLUDES"
+elif test "$ARCH" = "ppc" ; then
+ QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/ppc64 $QEMU_INCLUDES"
else
QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/\$(ARCH) $QEMU_INCLUDES"
fi