diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-19 17:22:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-19 17:22:51 +0000 |
commit | 16f7554f95bdcbf5274e8da876c4dda75bdc1ba3 (patch) | |
tree | 7b7aa616e9e29ae6fb47df43abd818df87d43227 /package/libs/openssl | |
parent | 23dc20197949cb8e9c6fdc8b3df0269f84967172 (diff) | |
download | upstream-16f7554f95bdcbf5274e8da876c4dda75bdc1ba3.tar.gz upstream-16f7554f95bdcbf5274e8da876c4dda75bdc1ba3.tar.bz2 upstream-16f7554f95bdcbf5274e8da876c4dda75bdc1ba3.zip |
openssl: remove now obsolete cris/etrax patch
The etrax target has been removed in r34768.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35684
Diffstat (limited to 'package/libs/openssl')
-rw-r--r-- | package/libs/openssl/patches/200-etrax_support.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libs/openssl/patches/200-etrax_support.patch b/package/libs/openssl/patches/200-etrax_support.patch deleted file mode 100644 index c0d42ac2f4..0000000000 --- a/package/libs/openssl/patches/200-etrax_support.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Configure -+++ b/Configure -@@ -443,6 +443,10 @@ my %table=( - "beos-x86-r5", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall::-D_REENTRANT:BEOS:-lbe -lnet:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:beos:beos-shared:-fPIC -DPIC:-shared:.so", - "beos-x86-bone", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall::-D_REENTRANT:BEOS:-lbe -lbind -lsocket:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:beos:beos-shared:-fPIC:-shared:.so", - -+# 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. |