1 Star 0 Fork 14

lxpzero/emacs

forked from src-anolis-os/emacs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
1000-anolis-emacs-support-loongarch64.patch 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
geliwei 提交于 2021-12-07 04:59 . build: support loongarch64 platform
diff -Nur emacs-27.2/build-aux/config.guess emacs-27.2.new/build-aux/config.guess
--- emacs-27.2/build-aux/config.guess 2022-11-29 13:17:34.000000000 +0800
+++ emacs-27.2.new/build-aux/config.guess 2022-11-29 13:19:16.684000000 +0800
@@ -919,6 +919,9 @@
aarch64:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
+ loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*)
+ echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
+ exit ;;
aarch64_be:Linux:*:*)
UNAME_MACHINE=aarch64_be
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
diff -Nur emacs-27.2/build-aux/config.sub emacs-27.2.new/build-aux/config.sub
--- emacs-27.2/build-aux/config.sub 2022-11-29 13:17:34.000000000 +0800
+++ emacs-27.2.new/build-aux/config.sub 2022-11-29 13:19:48.160000000 +0800
@@ -1157,6 +1157,7 @@
1750a | 580 \
| a29k \
| aarch64 | aarch64_be \
+ | loongarch32 | loongarch64 | loongarchx32 \
| abacus \
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxpzero/emacs.git
git@gitee.com:lxpzero/emacs.git
lxpzero
emacs
emacs
a8

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385