diff mbox

cross-canadian.bbclass: add ilp32 support

Message ID 20170816125145.27591-1-vishal.bhoj@linaro.org
State New
Headers show

Commit Message

Vishal Bhoj Aug. 16, 2017, 12:51 p.m. UTC
Need to add ilp32 to known list of abi variants

Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>

---
 meta/classes/cross-canadian.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.13.0
diff mbox

Patch

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 8554e87521..69cbe901a6 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: