]> 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, 15 Sep 2016 21:56:37 +0000 (22:56 +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.

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

index de8b6ac43d18e27606324e27899b871808319ac4..f83664c271e389b9905b73363ed4cc0c11c1eee9 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