mirror of https://github.com/openssl/openssl.git
parent
1399309624
commit
86731ce2c6
5
config
5
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" ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue