23 Star 30 Fork 165

src-openEuler/gcc
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0375-SVE-Fix-gcc-cross-compile-error.patch 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
blunce 提交于 2025-05-08 18:08 +08:00 . Fix gcc-cross compile error.
From 3d8943e2008a2ff0fdd49a967f201d45a2e33210 Mon Sep 17 00:00:00 2001
From: blunce <zhangjingwang@huawei.com>
Date: Thu, 8 May 2025 17:14:58 +0800
Subject: [PATCH] [SVE] Fix gcc-cross compile error
---
libgcc/config/aarch64/sve_std_find.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libgcc/config/aarch64/sve_std_find.c b/libgcc/config/aarch64/sve_std_find.c
index 86ff4cb5a..498c5d72d 100644
--- a/libgcc/config/aarch64/sve_std_find.c
+++ b/libgcc/config/aarch64/sve_std_find.c
@@ -1,3 +1,6 @@
+#include "auto-target.h"
+
+#if HAVE_STDINT_H
#include <arm_sve.h>
#include <stdint.h>
@@ -36,3 +39,4 @@ Tail:
}
return last;
}
+#endif
--
2.28.0.windows.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/gcc.git
git@gitee.com:src-openeuler/gcc.git
src-openeuler
gcc
gcc
master

搜索帮助