[oe-commits] [openembedded-core] 13/24: cross-canadian.bbclass: add ilp32 support

git at git.openembedded.org git at git.openembedded.org
Wed Aug 16 23:27:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6df8475ed3ab1b7a5ad90304090b472ef4630210
Author: Vishal Bhoj <vishal.bhoj at linaro.org>
AuthorDate: Wed Aug 16 13:57:56 2017 +0100

    cross-canadian.bbclass: add ilp32 support
    
    Need to add ilp32 to known list of abi variants
    
    Signed-off-by: Vishal Bhoj <vishal.bhoj at linaro.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/cross-canadian.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 8554e87..69cbe90 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -38,7 +38,7 @@ python () {
     extralibcs = [""]
     if "musl" in d.getVar("BASECANADIANEXTRAOS"):
         extralibcs.append("musl")
-    for variant in ["", "spe", "x32", "eabi", "n32"]:
+    for variant in ["", "spe", "x32", "eabi", "n32", "ilp32"]:
         for libc in extralibcs:
             entry = "linux"
             if variant and libc:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list