11 Star 0 Fork 10

src-openEuler/libXt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libXt-support-sw_64.patch 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
yang_chenguang 提交于 2024-07-17 09:53 . Modify sw_64 patch use all arch
From d900b21bed8c9ed15c85e2e87f76fbe4d656a3b2 Mon Sep 17 00:00:00 2001
From: yangchenguang <yangchenguang@kylinsec.com.cn>
Date: Wed, 17 Jul 2024 10:09:14 +0800
Subject: [PATCH] libXt support sw_64
Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
---
include/X11/Xtos.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h
index 84910c0..9a3844d 100644
--- a/include/X11/Xtos.h
+++ b/include/X11/Xtos.h
@@ -59,6 +59,7 @@ SOFTWARE.
# endif
# elif defined (_LP64) || \
defined(__alpha) || defined(__alpha__) || \
+ defined(__sw_64) || defined(__sw_64__) || \
defined(__ia64__) || defined(ia64) || \
defined(__sparc64__) || \
defined(__s390x__) || \
--
2.39.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libXt.git
git@gitee.com:src-openeuler/libXt.git
src-openeuler
libXt
libXt
master

搜索帮助