[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7258/8267] cross-canadian.bbclass: add ilp32 support



commit 05bcd8ae8471e5114e6ffe18164271176c62f5e2
Author: Vishal Bhoj <vishal bhoj linaro org>
Date:   Wed Aug 16 13:57:56 2017 +0100

    cross-canadian.bbclass: add ilp32 support
    
    Need to add ilp32 to known list of abi variants
    
    (From OE-Core rev: 6c5e50d26cbb9172d7264e7a8fed3edf0c0e8414)
    
    Signed-off-by: Vishal Bhoj <vishal bhoj linaro org>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/cross-canadian.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]