comparison configure @ 23643:f5d5fc751a6a

Hint at --disable-* options as a workaround for outdated binutils.
author reimar
date Mon, 25 Jun 2007 13:59:46 +0000
parents 46a6e2183078
children c80995bd18b9
comparison
equal deleted inserted replaced
23642:31c64c3a4db3 23643:f5d5fc751a6a
2313 $_as $TMPS -o $TMPO > /dev/null 2>&1 || as_verc_fail=yes 2313 $_as $TMPS -o $TMPO > /dev/null 2>&1 || as_verc_fail=yes
2314 2314
2315 if test "$as_verc_fail" != yes ; then 2315 if test "$as_verc_fail" != yes ; then
2316 echores "ok" 2316 echores "ok"
2317 else 2317 else
2318 _res_comment="Upgrade binutils to ${_pref_as_version} ..." 2318 _res_comment="Upgrade binutils to ${_pref_as_version} or use --disable-ssse3 etc."
2319 echores "failed" 2319 echores "failed"
2320 die "obsolete binutils version" 2320 die "obsolete binutils version"
2321 fi 2321 fi
2322 2322
2323 fi #if x86_32 2323 fi #if x86_32