From b6a1c7ed0a5955fb15dcd9e14431cb11a5e2e3a0 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Thu, 31 Aug 2017 11:28:49 +0100 Subject: openssl10: set right target for ilp32 build Signed-off-by: Vishal Bhoj Signed-off-by: Ross Burton --- meta/recipes-connectivity/openssl/openssl10.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index 5782990850..a710e9e25a 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) -- cgit 1.2.3-korg