[openssl-dev] [openssl.org #3773] [PATCH] Configure support for OCTEON boards

Andy Polyakov via RT rt at openssl.org
Mon May 25 15:53:23 UTC 2015


Hi,

> This patch adds Cavium Networks' OCTEON target to Configure file. The diff  is taken against OpenSSL-1.0.2a release.

Well, objective is not to collect as many exotic config lines as
possible, but rather more generic ones that we are ready to support and
make them flexible enough to be reusable in more specific contexts. For
example in this case what prevents you from using

./Configure linux-generic32
--cross-compile-prefix=mips64-octeon-linux-gnu- -mabi=n32

and

./Configure linux-generic64 --cross-compile-prefix=mips64-octeon-linux-gnu-

Or better yet

./Configure linux-mips64 --cross-compile-prefix=misp4-octeon-linux-gnu-

and

./Configure linux64-mips64 --cross-compile-prefix=misp4-octeon-linux-gnu-

and take advantage of assembly support?




More information about the openssl-dev mailing list