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:
1dfad80
)
Detect linux-mips.
author
Bodo Möller
<bodo@openssl.org>
Sun, 23 May 1999 13:49:51 +0000
(13:49 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 23 May 1999 13:49:51 +0000
(13:49 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 53cad40a5f13199678f2b4a9a0cbff2082da82c1..b13bc6e18d10284d2a427252f94ed10c54b9b8d2 100755
(executable)
--- a/
config
+++ b/
config
@@
-304,6
+304,7
@@
echo Operating system: $GUESSOS
case "$GUESSOS" in
alpha-*-linux2) OUT="alpha-gcc" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ mips-*-linux?) OUT="linux-mips" ;;
*-*-linux2) OUT="linux-elf" ;;
*-*-linux1) OUT="linux-aout" ;;
sun4u-sun-solaris2) OUT="solaris-usparc-$CC" ;;