summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson2014-04-30 23:05:39 +0200
committerRichard Henderson2014-06-23 16:32:18 +0200
commitb38daef9d4a174b874284ddac6d82f246a556363 (patch)
treeb9ea9cf24454e1d14c8b3ea2aea15c7e293630f6 /configure
parenttcg-ppc64: Merge ppc32 shifts (diff)
downloadqemu-b38daef9d4a174b874284ddac6d82f246a556363.tar.gz
qemu-b38daef9d4a174b874284ddac6d82f246a556363.tar.xz
qemu-b38daef9d4a174b874284ddac6d82f246a556363.zip
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