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.in.bad (-2 / +2 lines)
Lines 899-905 Link Here
899
		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
899
		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
900
		  [2.1[3-9]*|[2-9].[2-9]*], AS=: critic_missing="$critic_missing as")
900
		  [2.1[3-9]*|[2-9].[2-9]*], AS=: critic_missing="$critic_missing as")
901
AC_CHECK_PROG_VER(LD, $LD, --version,
901
AC_CHECK_PROG_VER(LD, $LD, --version,
902
		  [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
902
		  [GNU.*ld.*Binutils.\([0-9][0-9]*\.[0-9.]*\)\(.*\)],
903
		  [2.1[3-9]*|[2-9].[2-9]*], LD=: critic_missing="$critic_missing ld")
903
		  [2.1[3-9]*|[2-9].[2-9]*], LD=: critic_missing="$critic_missing ld")
904
904
905
# We need the physical current working directory.  We cannot use the
905
# We need the physical current working directory.  We cannot use the
Lines 1527-1533 Link Here
1527
  libc_cv_z_relro=no
1527
  libc_cv_z_relro=no
1528
  if AC_TRY_COMMAND([${CC-cc} -v --help 2>&1|grep "z relro" 1>&AS_MESSAGE_LOG_FD])
1528
  if AC_TRY_COMMAND([${CC-cc} -v --help 2>&1|grep "z relro" 1>&AS_MESSAGE_LOG_FD])
1529
  then
1529
  then
1530
    if AC_TRY_COMMAND([${CC-cc} -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&AS_MESSAGE_LOG_FD])
1530
    if AC_TRY_COMMAND([${CC-cc} -Wl,--help 2>&1|grep "z relro" 1>&AS_MESSAGE_LOG_FD])
1531
    then
1531
    then
1532
      libc_cv_z_relro=yes
1532
      libc_cv_z_relro=yes
1533
    fi
1533
    fi

Return to bug 269274