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:
c3b82c7
)
Detect UltraSPARC T1 in ./config [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Fri, 4 May 2007 13:06:50 +0000
(13:06 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 4 May 2007 13:06:50 +0000
(13:06 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 5661d06361d15a2f120dd98f8f37ae191b933f88..f4ceb82a75870da0e755bd834b3aa9ce5025c1cd 100755
(executable)
--- a/
config
+++ b/
config
@@
-605,7
+605,7
@@
case "$GUESSOS" in
fi ;;
*-*-linux1) OUT="linux-aout" ;;
*-*-linux2) OUT="linux-generic32" ;;
- sun4
u
*-*-solaris2)
+ sun4
[uv]
*-*-solaris2)
OUT="solaris-sparcv9-$CC"
ISA64=`(isalist) 2>/dev/null | grep sparcv9`
if [ "$ISA64" != "" ]; then