Commit 8524b016 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'd1ef1b9e'

* commit 'd1ef1b9e':
  configure: Silence lld-link when getting the version number
Merged-by: 's avatarClément Bœsch <cboesch@gopro.com>
parents aa7976fd d1ef1b9e
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment