From: Nathan Rossi Date: Thu, 12 Feb 2015 01:37:01 +0000 (+1000) Subject: openssl: Add mapping for microblaze architecture X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea1979f687777bcafec393b6ab126ec11017074;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl: Add mapping for microblaze architecture Map the microblaze architecture to the linux-generic32 target. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 31dfd8fea76..78ba5c8a227 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -114,6 +114,9 @@ do_configure () { linux-*-mips64) target=linux-mips ;; + linux-microblaze*) + target=linux-generic32 + ;; linux-powerpc) target=linux-ppc ;;