diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index de8b6ac43d..f83664c271 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -114,7 +114,10 @@ do_configure () { | |||
114 | target=debian-mipsel | 114 | target=debian-mipsel |
115 | ;; | 115 | ;; |
116 | linux-*-mips64 | linux-mips64) | 116 | linux-*-mips64 | linux-mips64) |
117 | target=linux-mips | 117 | target=debian-mips64 |
118 | ;; | ||
119 | linux-*-mips64el | linux-mips64el) | ||
120 | target=debian-mips64el | ||
118 | ;; | 121 | ;; |
119 | linux-microblaze*|linux-nios2*) | 122 | linux-microblaze*|linux-nios2*) |
120 | target=linux-generic32 | 123 | target=linux-generic32 |