]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-binutils-ver.patch
- add binutils patch (quick and dirty)
[packages/glibc.git] / glibc-binutils-ver.patch
diff --git a/glibc-binutils-ver.patch b/glibc-binutils-ver.patch
new file mode 100644 (file)
index 0000000..9dc6fa1
--- /dev/null
@@ -0,0 +1,15 @@
+--- glibc-2.10.1/configure.in~ 2009-09-26 14:29:52.000000000 +0200
++++ glibc-2.10.1/configure.in  2009-09-26 14:33:10.401939583 +0200
+@@ -897,10 +897,10 @@
+ # Accept binutils 2.13 or newer.
+ AC_CHECK_PROG_VER(AS, $AS, --version,
+                 [GNU assembler.* \([0-9]*\.[0-9.]*\)],
+-                [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
++                [2.2[0-9]*], AS=: critic_missing="$critic_missing as")
+ AC_CHECK_PROG_VER(LD, $LD, --version,
+                 [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
+-                [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
++                [2.2[0-9]*], LD=: critic_missing="$critic_missing ld")
+ # We need the physical current working directory.  We cannot use the
+ # "pwd -P" shell builtin since that's not portable.  Instead we try to
This page took 0.02364 seconds and 4 git commands to generate.