Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269274 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-configure.bad (-2 / +2 lines)
Lines 4899-4905 Link Here
4899
  # Found it, now check the version.
4899
  # Found it, now check the version.
4900
  { $as_echo "$as_me:$LINENO: checking version of $LD" >&5
4900
  { $as_echo "$as_me:$LINENO: checking version of $LD" >&5
4901
$as_echo_n "checking version of $LD... " >&6; }
4901
$as_echo_n "checking version of $LD... " >&6; }
4902
  ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4902
  ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU.*ld.*Binutils.\([0-9][0-9]*\.[0-9.]*\)\(.*\).*$/\1/p'`
4903
  case $ac_prog_version in
4903
  case $ac_prog_version in
4904
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4904
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4905
    2.1[3-9]*|[2-9].[2-9]*)
4905
    2.1[3-9]*|[2-9].[2-9]*)
Lines 6494-6500 Link Here
6494
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6494
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495
  (exit $ac_status); }; }
6495
  (exit $ac_status); }; }
6496
  then
6496
  then
6497
    if { ac_try='${CC-cc} -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&5'
6497
    if { ac_try='${CC-cc} -Wl,--help 2>&1|grep "z relro" 1>&5'
6498
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6498
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6499
  (eval $ac_try) 2>&5
6499
  (eval $ac_try) 2>&5
6500
  ac_status=$?
6500
  ac_status=$?

Return to bug 269274