summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-20 07:44:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-20 07:44:11 +0000
commit86731ce2c6958fec6aa076a07dfb6b557113af6f (patch)
treeb3a2665ab08acacfc5eebf9e2a17b6786a90dab0 /config
parent1399309624b06bc0c4e9616b11ae121b7843e81a (diff)
Refine AIX support [from HEAD].
PR: 1198
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
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" ;;