aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-01 11:46:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-01 11:46:03 +0000
commit15c7adb0c9905f12395cfffc798437d660bf264a (patch)
treeea2389ec3bf1ce0ca2b89d668f4ec17708ea1fd6 /config
parent9a6d8ee5b5778f42b5f5d8a97784f6bbf955e083 (diff)
downloadopenssl-15c7adb0c9905f12395cfffc798437d660bf264a.tar.gz
Update from 1.0.0-stable
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/config b/config
index 31986f55a8..2b7c57c9eb 100755
--- a/config
+++ b/config
@@ -496,6 +496,12 @@ echo Operating system: $GUESSOS
# script above so we end up with values in vars but that would take
# more time that I want to waste at the moment
case "$GUESSOS" in
+ uClinux*64*)
+ OUT=uClinux-dist64
+ ;;
+ uClinux*)
+ OUT=uClinux-dist
+ ;;
mips2-sgi-irix)
CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
CPU=${CPU:-0}