Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread Khem Raj
On Fri, Nov 6, 2015 at 11:07 PM, wenzong fan wrote: > If target name is linux-mips64, set it as linux-mips to get it build with > mips(32) userspace. is it really building for mips32 ? -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread wenzong fan
On 11/07/2015 03:09 PM, Khem Raj wrote: On Fri, Nov 6, 2015 at 11:07 PM, wenzong fan wrote: If target name is linux-mips64, set it as linux-mips to get it build with mips(32) userspace. is it really building for mips32 ? Yes, with this change, the "Configure"

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-06 Thread wenzong fan
On 11/06/2015 12:18 AM, Khem Raj wrote: On Nov 4, 2015, at 10:09 PM, wenzong@windriver.com wrote: From: Wenzong Fan Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. this comment seems to be not relevant to the change

Re: [OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-05 Thread Khem Raj
> On Nov 4, 2015, at 10:09 PM, wenzong@windriver.com wrote: > > From: Wenzong Fan > > Match target name linux-mips64 as well, all mips64 targets will have > mips(32) userspace. this comment seems to be not relevant to the change > > Signed-off-by: Wenzong Fan

[OE-core] [PATCH] openssl: fix mips64 configure support

2015-11-04 Thread wenzong.fan
From: Wenzong Fan Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. Signed-off-by: Wenzong Fan --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)