mirror of https://github.com/mpv-player/mpv
more gcc 2.96...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2444 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8b32cf14e5
commit
afc0724236
|
@ -447,11 +447,12 @@ esac
|
||||||
echo "$cc_version"
|
echo "$cc_version"
|
||||||
if test "$cc_verc_fail" ; then
|
if test "$cc_verc_fail" ; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version!
|
Please downgrade/upgrade gcc compiler to gcc-2.95.x or gcc-3.x version!
|
||||||
|
|
||||||
Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only in RedHat,
|
Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only in RedHat,
|
||||||
Mandrake sites or distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
|
Mandrake sites or distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
|
||||||
UNSUPPORTED by us. *** For details please read DOCS/gcc-2.96-3.0.html ***
|
UNSUPPORTED by us. *** For details please read DOCS/gcc-2.96-3.0.html ***
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
die "Bad gcc version"
|
die "Bad gcc version"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue