]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-binutils-ver.patch
- add binutils patch (quick and dirty)
[packages/glibc.git] / glibc-binutils-ver.patch
CommitLineData
1d02d227
PZ
1--- glibc-2.10.1/configure.in~ 2009-09-26 14:29:52.000000000 +0200
2+++ glibc-2.10.1/configure.in 2009-09-26 14:33:10.401939583 +0200
3@@ -897,10 +897,10 @@
4 # Accept binutils 2.13 or newer.
5 AC_CHECK_PROG_VER(AS, $AS, --version,
6 [GNU assembler.* \([0-9]*\.[0-9.]*\)],
7- [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
8+ [2.2[0-9]*], AS=: critic_missing="$critic_missing as")
9 AC_CHECK_PROG_VER(LD, $LD, --version,
10 [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
11- [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
12+ [2.2[0-9]*], LD=: critic_missing="$critic_missing ld")
13
14 # We need the physical current working directory. We cannot use the
15 # "pwd -P" shell builtin since that's not portable. Instead we try to
This page took 0.048238 seconds and 4 git commands to generate.