From: Vishal Bhoj Date: Thu, 31 Aug 2017 10:28:49 +0000 (+0100) Subject: openssl10: set right target for ilp32 build X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a1c7ed0a5955fb15dcd9e14431cb11a5e2e3a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl10: set right target for ilp32 build Signed-off-by: Vishal Bhoj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index 5782990850a..a710e9e25a8 100644 --- a/meta/recipes-connectivity/openssl/openssl10.inc +++ b/meta/recipes-connectivity/openssl/openssl10.inc @@ -126,7 +126,7 @@ do_configure () { linux-mips*) target=debian-mips ;; - linux-microblaze*|linux-nios2*) + linux-microblaze*|linux-nios2*|linux-gnu*ilp32**) target=linux-generic32 ;; linux-powerpc)