From: Jorik Jonker Date: Tue, 13 Nov 2007 11:35:48 +0000 (+0000) Subject: openssl: add sparc support - close #1927 X-Git-Tag: Release-2010-05/1~8413 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e029c63dd68e32381d582aadcbce368b1873f850;p=openembedded.git openssl: add sparc support - close #1927 --- diff --git a/packages/openssl/openssl.inc b/packages/openssl/openssl.inc index 25388b5fbb..8e3f33a96e 100644 --- a/packages/openssl/openssl.inc +++ b/packages/openssl/openssl.inc @@ -60,6 +60,12 @@ do_compile () { linux-powerpc) target=linux-ppc ;; + linux-supersparc) + target=linux-sparcv8 + ;; + linux-sparc) + target=linux-sparcv8 + ;; esac perl ./Configure shared --prefix=${prefix} --openssldir=${libdir}/ssl $target oe_runmake