Re: Cross-building OpenSSL from Intel Linux to others

2007-04-11 Thread cnelson
> On 2007.04.10 at 19:16:03 +0200, Christophe Devine wrote: > > > I cross-compiled OpenSSL on ARM and MIPS a couple months ago, to > > perform some RSA benchmarking. I remember hacking the linux- > > generic target to use arm-linux-gcc instead of gcc also added > > -static to the CFLAGS. There i

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-11 Thread Victor B. Wagner
On 2007.04.10 at 19:16:03 +0200, Christophe Devine wrote: > I cross-compiled OpenSSL on ARM and MIPS a couple months ago, to perform > some RSA benchmarking. I remember hacking the linux-generic target to > use arm-linux-gcc instead of gcc also added -static to the CFLAGS. There > is probably a mo

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread cnelson
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I saw a tantalizing thread from 2006 in the mailing list archives > > that talked about adding an mingw target to Configure and I wonder > > if that's not the way to go. Should I add powerpc-linux and > > arm-linux target lines to Configure

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread Christophe Devine
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I saw a tantalizing thread from 2006 in the mailing list archives that > talked about adding an mingw target to Configure and I wonder if that's > not the way to go. Should I add powerpc-linux and arm-linux target > lines to Configure to do what I wa

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread cnelson
> On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I need to build OpenSSL on Intel Linux (Fedora Core 4, if it > > matters) for PowerPC and ARM targets. ... > > for ARM you can try Scratchbox (http://www.scratchbox.org), it's a > complete environment that runs in Linux and it

Re: Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread Steven Beeckman
On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I need to build OpenSSL on Intel Linux (Fedora Core 4, if it matters) for PowerPC and ARM targets. Someone before me did this for us with 0.9.7 and a bunch of patches to Makefiles but it's not portable or flexible and as I'm revising our

Cross-building OpenSSL from Intel Linux to others

2007-04-10 Thread cnelson
I need to build OpenSSL on Intel Linux (Fedora Core 4, if it matters) for PowerPC and ARM targets. Someone before me did this for us with 0.9.7 and a bunch of patches to Makefiles but it's not portable or flexible and as I'm revising our build environment somewhat, I'd rather do it the "right" wa