12 Star 0 Fork 12

src-openEuler/toolbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-toolbox-0.0.99.5-add-support-for-loongarch64.patch 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
dpd 提交于 2024-04-23 15:34 . add support for loongarch64
From 91352497429d404e3c4f4af45cd0b1985d82a923 Mon Sep 17 00:00:00 2001
From: Pengda Dou <doupengda@loongson.cn>
Date: Tue, 23 Apr 2024 15:25:25 +0800
Subject: [PATCH] toolbox-0.0.99.5 add support for loongarch64
---
src/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/meson.build b/src/meson.build
index 098c692..f7c9b95 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -52,6 +52,8 @@ elif cpu_family == 'x86_64' and endian == 'little'
dynamic_linker = '/lib64/ld-linux-x86-64.so.2'
elif cpu_family == 'riscv64' and endian == 'little'
dynamic_linker = '/lib/ld-linux-riscv64-lp64d.so.1'
+elif cpu_family == 'loongarch64' and endian == 'little'
+ dynamic_linker = '/lib64/ld-linux-loongarch-lp64d.so.1'
else
host_machine_description = cpu_family + ' (' + endian + ' endian)'
error('Please specify dynamic linker for:', host_machine_description)
--
2.38.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/toolbox.git
git@gitee.com:src-openeuler/toolbox.git
src-openeuler
toolbox
toolbox
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385