summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-01 11:43:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-01 11:43:57 +0000
commit9852e7e4d72eef334b90a24823ff7fbe4c5c9990 (patch)
treecf47b330ede54ede7b09c0a30dac8287f6c2a5fe /config
parentb8555601922bce57077a9691cb3bcc31735ee300 (diff)
PR: 1972
Submitted by: David McCullough <david_mccullough@securecomputing.com> Approved by: steve@openssl.org Add support for building with the uClinux-dist.
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}