projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4fe78
)
Fix typo: "powepc" vs "powerpc." G-r-r-r-r.
author
Andy Polyakov
<appro@openssl.org>
Tue, 20 Sep 2005 12:15:31 +0000
(12:15 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 20 Sep 2005 12:15:31 +0000
(12:15 +0000)
PR: 1198
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 9cb837e80206a95c6a69c948dfdded336f2f7340..82c57efb7c9284d757e1435393b93e6e66e17d85 100755
(executable)
--- a/
config
+++ b/
config
@@
-745,7
+745,7
@@
case "$GUESSOS" in
fi
fi
fi
- if (lsattr -E -O -l proc0 | grep -i powepc) >/dev/null 2>&1; then
+ if (lsattr -E -O -l proc0 | grep -i powe
r
pc) >/dev/null 2>&1; then
: # this applies even to Power3 and later, as they return PowerPC_POWER[345]
else
options="$options no-asm"