diff options
author | Vishal Bhoj <vishal.bhoj@linaro.org> | 2017-08-31 11:28:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 23:30:03 +0100 |
commit | d747450c898946fa255735c2ac7336a76a0b9113 (patch) | |
tree | 11181288b8cb1b77a29dd2f4694793f60d8e5115 | |
parent | cd683ca41d952f5d05224498f68f79cfe5adf5ea (diff) | |
download | poky-d747450c898946fa255735c2ac7336a76a0b9113.tar.gz |
openssl10: set right target for ilp32 build
(From OE-Core rev: b6a1c7ed0a5955fb15dcd9e14431cb11a5e2e3a0)
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
126 | linux-mips*) | 126 | linux-mips*) |
127 | target=debian-mips | 127 | target=debian-mips |
128 | ;; | 128 | ;; |
129 | linux-microblaze*|linux-nios2*) | 129 | linux-microblaze*|linux-nios2*|linux-gnu*ilp32**) |
130 | target=linux-generic32 | 130 | target=linux-generic32 |
131 | ;; | 131 | ;; |
132 | linux-powerpc) | 132 | linux-powerpc) |