| commit | 15c7adb0c9905f12395cfffc798437d660bf264a | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Wed Jul 01 11:46:03 2009 +0000 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Wed Jul 01 11:46:03 2009 +0000 |
| tree | ea2389ec3bf1ce0ca2b89d668f4ec17708ea1fd6 | |
| parent | 9a6d8ee5b5778f42b5f5d8a97784f6bbf955e083 [diff] [blame] |
Update from 1.0.0-stable
diff --git a/config b/config index 31986f5..2b7c57c 100755 --- a/config +++ b/config
@@ -496,6 +496,12 @@ # 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}