From: Andy Polyakov Date: Tue, 20 Sep 2005 07:43:27 +0000 (+0000) Subject: Refine AIX support. X-Git-Tag: OpenSSL_0_9_8k^2~1803 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60dd08573de63985751b1f84e6a7cbf54d69912f;p=oweals%2Fopenssl.git Refine AIX support. PR: 1198 --- diff --git a/config b/config index d97717988d..9cb837e802 100755 --- a/config +++ b/config @@ -745,6 +745,11 @@ case "$GUESSOS" in fi fi fi + if (lsattr -E -O -l proc0 | grep -i powepc) >/dev/null 2>&1; then + : # this applies even to Power3 and later, as they return PowerPC_POWER[345] + else + options="$options no-asm" + fi ;; # these are all covered by the catchall below # *-dgux) OUT="dgux" ;;