]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Fix MIPS64be and add MIPS64le
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Wed, 14 Sep 2016 16:53:11 +0000 (17:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:13:40 +0000 (13:13 +0100)
MIPS64 target was being configured for linux-mips which defaults to
MIPS32. Doesn't cause any issue as far as I can see but it would be
wiser to use the correct target configuration.

Also add MIPS64le configuration which is missing.

(From OE-Core rev: 0afec72913bc31d315cba079da317e8b28755ded)

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl.inc

index a5ddf4d4b01157dec5dc56d95b46186d6e49af94..7b6a8578f6f09f7ab9e0e26ac6fd52ff6dc6b036 100644 (file)
@@ -114,7 +114,10 @@ do_configure () {
                target=debian-mipsel
                ;;
         linux-*-mips64 | linux-mips64)
-               target=linux-mips
+               target=debian-mips64
+                ;;
+        linux-*-mips64el | linux-mips64el)
+               target=debian-mips64el
                 ;;
        linux-microblaze*|linux-nios2*)
                target=linux-generic32