Skip to content

Commit

Permalink
tcg-ppc: Remove the backend
Browse files Browse the repository at this point in the history
Vectoring the 32-bit build to the ppc64 directory.

Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
rth7680 committed Jun 23, 2014
1 parent a757e1e commit b38daef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,042 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit b38daef

Please sign in to comment.