summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index d0bce33..ecd6fcc 100644
--- a/abuild.in
+++ b/abuild.in
@@ -525,7 +525,7 @@ update_config_sub() {
update_config_guess() {
local changed=false
find . -name config.guess | while read f; do
- if grep -q aarch64 "$f"; then
+ if grep -q aarch64 "$f" && grep -q ppc64le "$f"; then
msg "No update needed for $f"
else
msg "Updating $f"