1 Star 0 Fork 1

xiezhh23/scummvm

forked from src-oepkgs/scummvm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
scummvm-2.1.1-ftbfs-use-bfd-linker-on-x86.patch 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
张一诺 提交于 2022-12-24 10:26 . 2.1.1
diff -up scummvm-2.1.1/configure.me scummvm-2.1.1/configure
--- scummvm-2.1.1/configure.me 2020-09-14 16:56:27.269114787 +0200
+++ scummvm-2.1.1/configure 2020-09-14 16:55:50.299579120 +0200
@@ -5389,6 +5389,11 @@ EOF
;;
esac
+# used bdf linker on x86 as FTBFS workaround
+if test "$_have_x86" = yes ; then
+ set_var LDFLAGS "-fuse-ld=bfd"
+fi
+
#
# Check for nasm
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiezhh23/scummvm.git
[email protected]:xiezhh23/scummvm.git
xiezhh23
scummvm
scummvm
master

搜索帮助