summaryrefslogtreecommitdiffstats
path: root/build_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2017-11-15 11:50:50 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2017-11-15 11:50:50 -0600
commit8d54d185ffb14361bf0ce3daff4f15c6029d7859 (patch)
treecccd13cd1ec04fac64d92c92151f584714989723 /build_configs.sh
parentd83c4aa672f3474f45586851206035e4e67e141d (diff)
downloadkernel-8d54d185ffb14361bf0ce3daff4f15c6029d7859.tar.gz
kernel-8d54d185ffb14361bf0ce3daff4f15c6029d7859.tar.xz
kernel-8d54d185ffb14361bf0ce3daff4f15c6029d7859.zip
Linux v4.14
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