]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update minimal required bunutils version to 2.22
authorAndrew Senkevich <andrew.n.senkevich@gmail.com>
Mon, 10 Nov 2014 19:16:46 +0000 (11:16 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 10 Nov 2014 19:16:46 +0000 (11:16 -0800)
ChangeLog
INSTALL
configure
configure.ac
manual/install.texi

index 3acd7ba02d33552724ffcef543d942a16e39bf47..3f65700a1ad1f40de1592083830779121607f5bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
+
+       * configure.ac: Updated check of minimal required version to
+       2.22.
+       * manual/install.texi (Tools for Compilation): Updated version
+       number.
+       * configure: Regenerated.
+       * INSTALL: Likewise.
+
 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
diff --git a/INSTALL b/INSTALL
index f85e461e7762249d2408611d748a14d4615baac0..3130c2a27cc8e1d19565649fa7809646bf40f254 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -340,7 +340,7 @@ build the GNU C Library:
      Check the FAQ for any special compiler issues on particular
      platforms.
 
-   * GNU `binutils' 2.20 or later
+   * GNU `binutils' 2.22 or later
 
      You must use GNU `binutils' (as and ld) to build the GNU C Library.
      No other assembler or linker has the necessary functionality at the
index 24888d990b1cfc2b0f457eab380fea6d9b4bf37d..3c161be38b2a7a80db021338c20e9e5781fbf067 100755 (executable)
--- a/configure
+++ b/configure
@@ -4469,7 +4469,7 @@ $as_echo "$libc_cv_prog_ld_gnu" >&6; }
 gnu_ld=$libc_cv_prog_ld_gnu
 
 
-# Accept binutils 2.20 or newer.
+# Accept binutils 2.22 or newer.
 for ac_prog in $AS
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -4521,7 +4521,7 @@ $as_echo_n "checking version of $AS... " >&6; }
   ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
   case $ac_prog_version in
     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
-    2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
+    2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
 
@@ -4584,7 +4584,7 @@ $as_echo_n "checking version of $LD... " >&6; }
   ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
   case $ac_prog_version in
     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
-    2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
+    2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*)
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
 
index 9dd2c686a7b3c06d4ab35d251a82e742b4c8928c..a982407d480f01cb10b4256b8f7286b01f4841a1 100644 (file)
@@ -900,13 +900,15 @@ AC_PROG_LN_S
 
 LIBC_PROG_BINUTILS
 
-# Accept binutils 2.20 or newer.
+# Accept binutils 2.22 or newer.
 AC_CHECK_PROG_VER(AS, $AS, --version,
                  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
-                 [2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], AS=: critic_missing="$critic_missing as")
+                 [2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][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[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], LD=: critic_missing="$critic_missing ld")
+                 [2.1[0-9][0-9]*|2.2[2-9]*|2.[3-9][0-9]*|[3-9].*|[1-9][0-9]*],
+                 LD=: critic_missing="$critic_missing ld")
 
 # These programs are version sensitive.
 AC_CHECK_TOOL_PREFIX
index 57e4d22b4b835888e982273f06277790d8d4cfa8..e1c2b9a2a49bac40d373f97b71ed3cf4762f1d6e 100644 (file)
@@ -383,7 +383,7 @@ You can use whatever compiler you like to compile programs that use
 Check the FAQ for any special compiler issues on particular platforms.
 
 @item
-GNU @code{binutils} 2.20 or later
+GNU @code{binutils} 2.22 or later
 
 You must use GNU @code{binutils} (as and ld) to build @theglibc{}.
 No other assembler or linker has the necessary functionality at the