提交 8524b016 编写于 作者: C Clément Bœsch

Merge commit 'd1ef1b9e'

* commit 'd1ef1b9e':
  configure: Silence lld-link when getting the version number
Merged-by: NClément Bœsch <cboesch@gopro.com>
......@@ -4110,7 +4110,7 @@ probe_cc(){
_type=lld-link
# The link.exe mode doesn't have a switch for getting the version,
# but we can force it back to gnu mode and get the version from there.
_ident=$($_cc -flavor gnu --version)
_ident=$($_cc -flavor gnu --version 2>/dev/null)
_ld_o='-out:$@'
_flags_filter=msvc_flags
_ld_lib='lib%.a'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册