From: Tom Rini Date: Fri, 19 Nov 2010 15:14:13 +0000 (-0700) Subject: openssl.inc: Update powerpc logic X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9692544e1683a96555e5fcea4bbf2b9052c57a68;p=openembedded.git openssl.inc: Update powerpc logic We 'spe' needs similar tests to 'eabi'. Signed-off-by: Tom Rini --- diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index 1ef5f0f606..885d933dea 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -44,6 +44,10 @@ do_configure () { os=linux elif [ "x$os" = "xlinux-gnueabi" ]; then os=linux + elif [ "x$os" = "xlinux-uclibcspe" ]; then + os=linux + elif [ "x$os" = "xlinux-gnuspe" ]; then + os=linux fi target="$os-${HOST_ARCH}" case $target in @@ -77,9 +81,6 @@ do_configure () { linux-powerpc) target=linux-ppc ;; - linux-gnuspe-powerpc) - target=linux-ppc - ;; linux-supersparc) target=linux-sparcv8 ;;