summaryrefslogtreecommitdiffstats
path: root/configs/build_configs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/build_configs.sh')
-rwxr-xr-xconfigs/build_configs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/build_configs.sh b/configs/build_configs.sh
index c70377853..61c3c0455 100755
--- a/configs/build_configs.sh
+++ b/configs/build_configs.sh
@@ -79,8 +79,6 @@ function merge_configs()
done
if [ "x$arch" == "xaarch64" ]; then
echo "# arm64" > $name
- elif [ "x$arch" == "xppc64" ]; then
- echo "# powerpc" > $name
elif [ "x$arch" == "xppc64le" ]; then
echo "# powerpc" > $name
elif [ "x$arch" == "xs390x" ]; then