summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--tcg/ppc/tcg-target.c (renamed from tcg/ppc64/tcg-target.c)0
-rw-r--r--tcg/ppc/tcg-target.h (renamed from tcg/ppc64/tcg-target.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6a50cd1e8a..9c1471e70f 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
index 46d5c4cb4a..46d5c4cb4a 100644
--- a/tcg/ppc64/tcg-target.c
+++ b/tcg/ppc/tcg-target.c
diff --git a/tcg/ppc64/tcg-target.h b/tcg/ppc/tcg-target.h
index 066e74b9c7..066e74b9c7 100644
--- a/tcg/ppc64/tcg-target.h
+++ b/tcg/ppc/tcg-target.h