On Wed, Nov 03, 2010, Naama Bar Menachem wrote:

> Hi
> 
> I need to cross-compile openSSL when my host is "i686-pc-linux-gnu" and
> the target is "mips64-octeon-linux-gnu"?
> 
> On the ./Configure oprions I don't see any matching platform
> 
>  

You can set the environment variables MACHINE, RELEASE, SYSTEM and BUILD to
the corresponding values of the target system (output of uname). The
CROSS_COMPILE can be set to the prefix of the cross compiler.

Then the 'config' utility should automatically use the most appropriate
configuration for the target.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to