]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
tcg-ppc: Rename the tcg/ppc64 backend
authorRichard Henderson <rth@twiddle.net>
Wed, 30 Apr 2014 21:07:47 +0000 (14:07 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jun 2014 14:32:23 +0000 (07:32 -0700)
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 <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
configure
tcg/ppc/tcg-target.c [moved from tcg/ppc64/tcg-target.c with 100% similarity]
tcg/ppc/tcg-target.h [moved from tcg/ppc64/tcg-target.h with 100% similarity]

index 6a50cd1e8a20b042a814bd465a52b5afdc851315..9c1471e70f9297b5e1d533d88acd5f27ddef5e3d 100755 (executable)
--- 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
similarity index 100%
rename from tcg/ppc64/tcg-target.c
rename to tcg/ppc/tcg-target.c
similarity index 100%
rename from tcg/ppc64/tcg-target.h
rename to tcg/ppc/tcg-target.h