提交 a1546e8d 编写于 作者: R Rich Felker

disable dynamic linking on mips for now (broken)

上级 ba8a96b0
......@@ -275,6 +275,11 @@ printf "warning: disabling dynamic linking support\n"
shared=no
}
test "$ARCH" = "mips" && {
printf "warning: disabling dynamic linking support on mips (not yet supported)\n"
shared=no
}
printf "creating config.mak... "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册