diff options
| author | Richard Henderson | 2014-04-30 23:05:39 +0200 |
|---|---|---|
| committer | Richard Henderson | 2014-06-23 16:32:18 +0200 |
| commit | b38daef9d4a174b874284ddac6d82f246a556363 (patch) | |
| tree | b9ea9cf24454e1d14c8b3ea2aea15c7e293630f6 /configure | |
| parent | tcg-ppc64: Merge ppc32 shifts (diff) | |
| download | qemu-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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
