diff options
author | Jialing Zhang <zhangjialing@loongson.cn> | 2023-03-22 14:50:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-23 22:36:46 +0000 |
commit | 13c1529b70345b0446482e8952e0b4b452bce7b1 (patch) | |
tree | 66e73fcee2978cde6dc58ffe03a907c0ea82745c /meta/recipes-devtools/gcc | |
parent | e7e1bc43ca5d2209edb927ec3840719bb27e0350 (diff) | |
download | poky-13c1529b70345b0446482e8952e0b4b452bce7b1.tar.gz |
recipes: add support for loongarch64
glibc gcc vulkan add support for loongarch64
(From OE-Core rev: 526b9a8ebacf07690dfc5beb1788ab7a5bef8423)
Signed-off-by: Jialing Zhang <zhangjialing@loongson.cn>
Signed-off-by: Qizheng Zhu <zhuqizheng@loongson.cn>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index fa5b048dab..bccc8a5b89 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -38,6 +38,7 @@ RUNTIMELIBITM:nios2 = "" | |||
38 | RUNTIMELIBITM:microblaze = "" | 38 | RUNTIMELIBITM:microblaze = "" |
39 | RUNTIMELIBITM:riscv32 = "" | 39 | RUNTIMELIBITM:riscv32 = "" |
40 | RUNTIMELIBITM:riscv64 = "" | 40 | RUNTIMELIBITM:riscv64 = "" |
41 | RUNTIMELIBITM:loongarch64 = "" | ||
41 | RUNTIMELIBSSP ?= "" | 42 | RUNTIMELIBSSP ?= "" |
42 | RUNTIMELIBSSP:mingw32 ?= "libssp" | 43 | RUNTIMELIBSSP:mingw32 ?= "libssp" |
43 | 44 | ||