diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/cross-canadian.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index dca0b38d2b..80fb472b42 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
| @@ -31,7 +31,7 @@ python () { | |||
| 31 | 31 | ||
| 32 | tos = d.getVar("TARGET_OS", True) | 32 | tos = d.getVar("TARGET_OS", True) |
| 33 | whitelist = [] | 33 | whitelist = [] |
| 34 | for variant in ["", "spe", "x32", "eabi"]: | 34 | for variant in ["", "spe", "x32", "eabi", "n32"]: |
| 35 | for libc in ["", "uclibc", "musl"]: | 35 | for libc in ["", "uclibc", "musl"]: |
| 36 | entry = "linux" | 36 | entry = "linux" |
| 37 | if variant and libc: | 37 | if variant and libc: |
| @@ -62,6 +62,8 @@ python () { | |||
| 62 | d.setVar("LIBCEXTENSION", "") | 62 | d.setVar("LIBCEXTENSION", "") |
| 63 | d.setVar("ABIEXTENSION", "") | 63 | d.setVar("ABIEXTENSION", "") |
| 64 | d.appendVar("CANADIANEXTRAOS", " linux-gnuspe linux-uclibcspe linux-muslspe") | 64 | d.appendVar("CANADIANEXTRAOS", " linux-gnuspe linux-uclibcspe linux-muslspe") |
| 65 | elif tarch == "mips64": | ||
| 66 | d.appendVar("CANADIANEXTRAOS", " linux-gnun32 linux-uclibcn32 linux-musln32") | ||
| 65 | if tarch == "arm": | 67 | if tarch == "arm": |
| 66 | d.setVar("TARGET_OS", "linux-gnueabi") | 68 | d.setVar("TARGET_OS", "linux-gnueabi") |
| 67 | else: | 69 | else: |
