diff options
author | Richard Henderson <rth@twiddle.net> | 2014-04-30 14:05:39 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-06-23 07:32:18 -0700 |
commit | b38daef9d4a174b874284ddac6d82f246a556363 (patch) | |
tree | b9ea9cf24454e1d14c8b3ea2aea15c7e293630f6 /configure | |
parent | a757e1eef08deeb1dd59bb0ca499d24458c2e5d5 (diff) |
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 |