From: Richard Henderson Date: Wed, 30 Apr 2014 21:07:47 +0000 (-0700) Subject: tcg-ppc: Rename the tcg/ppc64 backend X-Git-Tag: v2.1.0-rc0~32^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40d964b563d144cae459c39fd6e3a6cd7b34127a;p=thirdparty%2Fqemu.git tcg-ppc: Rename the tcg/ppc64 backend The other tcg backends that support 32- and 64-bit modes use the 32-bit name for the port. Follow suit. Tested-by: Tom Musta Signed-off-by: Richard Henderson --- diff --git a/configure b/configure index 6a50cd1e8a2..9c1471e70f9 100755 --- a/configure +++ b/configure @@ -4747,8 +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" +elif test "$ARCH" = "ppc64" ; then + QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/ppc $QEMU_INCLUDES" else QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/\$(ARCH) $QEMU_INCLUDES" fi diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc/tcg-target.c similarity index 100% rename from tcg/ppc64/tcg-target.c rename to tcg/ppc/tcg-target.c diff --git a/tcg/ppc64/tcg-target.h b/tcg/ppc/tcg-target.h similarity index 100% rename from tcg/ppc64/tcg-target.h rename to tcg/ppc/tcg-target.h