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"