diff options
author | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 974ad00cf3082f5aa3b85efbfd52b536cd394d42 (patch) | |
tree | 02c63c72267e1e1871b0ce15c56cbe1755352463 /package | |
parent | 4d7f694c438e49f1842ce9af9da778d4c884f6a9 (diff) | |
download | upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.gz upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.bz2 upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.zip |
adds several fixes to etrax, make openssl work on etrax
SVN-Revision: 12393
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/patches/300-etrax_support.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/openssl/patches/300-etrax_support.patch b/package/openssl/patches/300-etrax_support.patch new file mode 100644 index 0000000000..6343398417 --- /dev/null +++ b/package/openssl/patches/300-etrax_support.patch @@ -0,0 +1,14 @@ +diff -urN openssl-0.9.8h.orig/Configure openssl-0.9.8h/Configure +--- openssl-0.9.8h.orig/Configure 2008-05-02 01:11:30.000000000 +0200 ++++ openssl-0.9.8h/Configure 2008-06-19 13:27:42.000000000 +0200 +@@ -385,6 +385,10 @@ + "qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:", + "qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown)::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:", + ++# cris ++"linux-cris", "\$(TARGET_CC):-DL_ENDIAN -DTERMIO -fomit-frame-pointer::-D_REENTRANT::-ldl:BN_LLONG THIRTY_TWO_BIT RC4_CHAR::::::::::::dlfcn:linux-shared:-fpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::", ++ ++ + #### SCO/Caldera targets. + # + # Originally we had like unixware-*, unixware-*-pentium, unixware-*-p6, etc. |