mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
adds several fixes to etrax, make openssl work on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12393 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
package/openssl/patches/300-etrax_support.patch
Normal file
14
package/openssl/patches/300-etrax_support.patch
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user