diff options
author | Andy Polyakov <appro@openssl.org> | 2007-03-20 09:57:18 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-03-20 09:57:18 +0100 |
commit | 0a29f5110df719b0b60e5f8a0fb99e32d703d5b1 (patch) | |
tree | 3a149cd2d731f35b45b43d5c713fcb0d90537ef6 /config | |
parent | nasm fixes. (diff) | |
download | openssl-0a29f5110df719b0b60e5f8a0fb99e32d703d5b1.tar.xz openssl-0a29f5110df719b0b60e5f8a0fb99e32d703d5b1.zip |
Various PowerPC config updates.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -756,7 +756,7 @@ case "$GUESSOS" in fi fi fi - if (lsattr -E -O -l proc0 | grep -i powerpc) >/dev/null 2>&1; then + if (lsattr -E -O -l `lsdev -c processor|awk '{print$1;exit}'` | grep -i powerpc) >/dev/null 2>&1; then : # this applies even to Power3 and later, as they return PowerPC_POWER[345] else options="$options no-asm" |