summaryrefslogtreecommitdiffstats
path: root/configs/build_configs.sh
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-08-15 21:29:12 +0100
committerPeter Robinson <pbrobinson@gmail.com>2018-08-15 21:29:12 +0100
commitbec265804e1fd3a597c830846bf5efb43ebfa165 (patch)
tree14615d4b58ff83b9a7fe7e97a92df18a0a882986 /configs/build_configs.sh
parentc0a58bf01542eaea3d036aa2830b9994c770c34d (diff)
downloadkernel-bec265804e1fd3a597c830846bf5efb43ebfa165.tar.gz
kernel-bec265804e1fd3a597c830846bf5efb43ebfa165.tar.xz
kernel-bec265804e1fd3a597c830846bf5efb43ebfa165.zip
Drop PPC64 (Big Endian) configs
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