Update binutils MMX check

This closes Bug 800
(cherry picked from commit a62c3d3a19)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent fe661137dd
commit 081c4ebc7e

@ -35,7 +35,7 @@ i?86)
then then
MMX_SUPPORT="no" MMX_SUPPORT="no"
else else
as_ver=`echo $as_ver |sed -e "s/.*version //;s/ .*//"` as_ver=`echo|as -v 2>&1 | grep ".*version.*" | awk '{print $NF}'`
as_major=`echo $as_ver |cut -d. -f1` as_major=`echo $as_ver |cut -d. -f1`
if test $as_major -gt 2 if test $as_major -gt 2
then then

Loading…
Cancel
Save