summaryrefslogtreecommitdiffstats
path: root/build_configs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_configs.sh')
-rwxr-xr-xbuild_configs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_configs.sh b/build_configs.sh
index 55fb89d01..140511f19 100755
--- a/build_configs.sh
+++ b/build_configs.sh
@@ -46,8 +46,6 @@ function merge_configs()
echo "# powerpc" > $name
elif [ "x$arch" == "xppc64le" ]; then
echo "# powerpc" > $name
- elif [ "x$arch" == "xppc64p7" ]; then
- echo "# powerpc" > $name
elif [ "x$arch" == "xs390x" ]; then
echo "# s390" > $name
elif [ "x$arch" == "xarmv7hl" ]; then