5 Star 0 Fork 7

src-openEuler/utshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0007-fix-compile-error-on-riscv64.patch 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
From b93998a221ad9e78540253016eadd634a39c1598 Mon Sep 17 00:00:00 2001
From: wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn>
Date: Thu, 23 May 2024 17:59:49 +0800
Subject: [PATCH 1/1] fix compile error on riscv64
---
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 6affd14..0e8ff16 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -598,10 +598,10 @@ $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) rust_builtins_lib rust
@echo " ***********************************************************"
@echo
-rust_mainland_lib:
+rust_mainland_lib: $(SHLIB_LIBRARY)
@for it in $(RUST_MAINLAND_DIRS); do cd $$it ; cargo build; cd -; done
-rust_builtins_lib:
+rust_builtins_lib: $(SHLIB_LIBRARY)
@for it in $(RUST_BUILTINS_DIRS); do cd $$it ; cargo build; cd -; done
--
2.25.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/utshell.git
git@gitee.com:src-openeuler/utshell.git
src-openeuler
utshell
utshell
openEuler-24.03-LTS-Next

搜索帮助

371d5123 14472233 46e8bd33 14472233