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-2.9-20081201.orig/configure.in (-1 / +1 lines)
Lines 846-852 Link Here
846
		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
846
		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
847
		  [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
847
		  [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
848
AC_CHECK_PROG_VER(LD, $LD, --version,
848
AC_CHECK_PROG_VER(LD, $LD, --version,
849
		  [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
849
		  [GNU.*(Linux/GNU Binutils.* \([0-9].[0-9.].*\)).*],
850
		  [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
850
		  [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
851
851
852
# We need the physical current working directory.  We cannot use the
852
# We need the physical current working directory.  We cannot use the

Return to bug 269274