mirror of https://github.com/mpv-player/mpv
Hint at --disable-* options as a workaround for outdated binutils.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
730e401866
commit
9fd0753d72
|
@ -2315,7 +2315,7 @@ if x86_32 ; then
|
|||
if test "$as_verc_fail" != yes ; then
|
||||
echores "ok"
|
||||
else
|
||||
_res_comment="Upgrade binutils to ${_pref_as_version} ..."
|
||||
_res_comment="Upgrade binutils to ${_pref_as_version} or use --disable-ssse3 etc."
|
||||
echores "failed"
|
||||
die "obsolete binutils version"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue