summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkconfig3
-rw-r--r--qemu-powerpc.cfg (renamed from qemu-ppc64.cfg)0
2 files changed, 2 insertions, 1 deletions
diff --git a/kconfig b/kconfig
index a863ce8..842672c 100755
--- a/kconfig
+++ b/kconfig
@@ -116,7 +116,7 @@ if test -f .config; then
elif grep -q "^CONFIG_ARM=y" .config; then
arch="arm"
elif grep -q "^CONFIG_PPC64=y" .config; then
- arch="ppc64"
+ arch="powerpc"
fi
if test "$arch" != ""; then
echo "# config arch is $arch"
@@ -124,6 +124,7 @@ if test -f .config; then
case "$(uname -m)" in
i?86) harch="i386";;
armv7*) harch="arm";;
+ ppc*) harch="powerpc";;
*) harch="$(uname -m)";;
esac
echo "# host arch is $harch"
diff --git a/qemu-ppc64.cfg b/qemu-powerpc.cfg
index d53c46c..d53c46c 100644
--- a/qemu-ppc64.cfg
+++ b/qemu-powerpc.cfg