mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
siteinfo.bbclass: Support musl-x32
Modified targetinfo and osinfo to support musl-x32. (From OE-Core rev: 94ed793a704dadf55481305b6ed49ae3f3e1fc66) Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -63,6 +63,7 @@ def siteinfo_data(d):
|
||||
"linux-gnueabi": "common-linux common-glibc",
|
||||
"linux-gnuspe": "common-linux common-glibc",
|
||||
"linux-musl": "common-linux common-musl",
|
||||
"linux-muslx32": "common-linux common-musl",
|
||||
"linux-musleabi": "common-linux common-musl",
|
||||
"linux-muslspe": "common-linux common-musl",
|
||||
"uclinux-uclibc": "common-uclibc",
|
||||
@@ -99,6 +100,7 @@ def siteinfo_data(d):
|
||||
"x86_64-darwin9": "bit-64",
|
||||
"x86_64-linux": "bit-64",
|
||||
"x86_64-linux-musl": "x86_64-linux bit-64",
|
||||
"x86_64-linux-muslx32": "bit-32 ix86-common x32-linux",
|
||||
"x86_64-elf": "bit-64",
|
||||
"x86_64-linux-gnu": "bit-64 x86_64-linux",
|
||||
"x86_64-linux-gnux32": "bit-32 ix86-common x32-linux",
|
||||
|
||||
Reference in New Issue
Block a user