]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-bt/build-utils.git/blob - patches/0001-openssl-1.0.0d-new-target-os-for-configure.patch
Added BlueZ build scripts
[ti-bt/build-utils.git] / patches / 0001-openssl-1.0.0d-new-target-os-for-configure.patch
1 From 43944030bd0396fa2a2d30921dfd03569aff31c5 Mon Sep 17 00:00:00 2001
2 From: Vita Preskovsky <vitap@ti.com>
3 Date: Mon, 5 Mar 2012 23:20:35 +0200
4 Subject: [PATCH] openssl-1.0.0d: new target os for configure
6 * linux-elf-arm target to configure
9 Signed-off-by: Vita Preskovsky <vitap@ti.com>
10 ---
11  Configure |    1 +
12  1 files changed, 1 insertions(+), 0 deletions(-)
14 diff --git a/Configure b/Configure
15 index 429ab2e..17fe31e 100755
16 --- a/Configure
17 +++ b/Configure
18 @@ -341,6 +341,7 @@ my %table=(
19  # It's believed that majority of ARM toolchains predefine appropriate -march.
20  # If you compiler does not, do complement config command line with one!
21  "linux-armv4", "gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
22 +"linux-elf-arm","$ENV{'CC'}:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
23  #### IA-32 targets...
24  "linux-ia32-icc",      "icc:-DL_ENDIAN -DTERMIO -O2 -no_cpprt::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
25  "linux-elf",   "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
26 -- 
27 1.7.0.4