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:
15e9812
)
config can now detect ARM Linux automagically.
author
Richard Levitte
<levitte@openssl.org>
Wed, 31 May 2000 17:06:10 +0000
(17:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 31 May 2000 17:06:10 +0000
(17:06 +0000)
Contributed by Jeremy Norris <jeremy.norris@rebel.com>
config
patch
|
blob
|
history
diff --git
a/config
b/config
index af466e7621d7e219b0ccbfdc84a7f8a26903132a..130f2d7267dabba6c62227c74f9a52bc63f27a11 100755
(executable)
--- a/
config
+++ b/
config
@@
-428,6
+428,7
@@
case "$GUESSOS" in
sun4d) OUT="linux-sparcv8" ;;
*) OUT="linux-sparcv7" ;;
esac ;;
+ arm*-*-linux2) OUT="linux-elf-arm" ;;
*-*-linux2) OUT="linux-elf" ;;
*-*-linux1) OUT="linux-aout" ;;
sun4u*-sun-solaris2)