public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] INSTALL: regenerate
@ 2023-07-30 19:19 Andreas K. Huttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Huttel @ 2023-07-30 19:19 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d09871da52b0eebbe4681660b25febfe1dc54cd9

commit d09871da52b0eebbe4681660b25febfe1dc54cd9
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Sun Jul 30 21:16:02 2023 +0200

    INSTALL: regenerate
    
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

Diff:
---
 INSTALL | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index da24b95c97..268acadd75 100644
--- a/INSTALL
+++ b/INSTALL
@@ -487,7 +487,7 @@ build the GNU C Library:
      GCC 6.2 or higher is required.  In general it is recommended to use
      the newest version of the compiler that is known to work for
      building the GNU C Library, as newer compilers usually produce
-     better code.  As of release time, GCC 13.0 is the newest compiler
+     better code.  As of release time, GCC 13.2 is the newest compiler
      verified to work to build the GNU C Library.
 
      For PowerPC 64-bits little-endian (powerpc64le), a GCC version with
@@ -525,7 +525,7 @@ build the GNU C Library:
 
      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
-     moment.  As of release time, GNU ‘binutils’ 2.39 is the newest
+     moment.  As of release time, GNU ‘binutils’ 2.41 is the newest
      verified to work to build the GNU C Library.
 
      For PowerPC 64-bits little-endian (powerpc64le), ‘objcopy’ is
@@ -541,7 +541,7 @@ build the GNU C Library:
      need this version of the ‘texinfo’ package.  Earlier versions do
      not understand all the tags used in the document, and the
      installation mechanism for the info files is not present or works
-     differently.  As of release time, ‘texinfo’ 7.0.2 is the newest
+     differently.  As of release time, ‘texinfo’ 7.0.3 is the newest
      verified to work to build the GNU C Library.
 
    • GNU ‘awk’ 3.1.2, or higher
@@ -549,7 +549,7 @@ build the GNU C Library:
      ‘awk’ is used in several places to generate files.  Some ‘gawk’
      extensions are used, including the ‘asorti’ function, which was
      introduced in version 3.1.2 of ‘gawk’.  As of release time, ‘gawk’
-     version 5.1.1 is the newest verified to work to build the GNU C
+     version 5.2.2 is the newest verified to work to build the GNU C
      Library.
 
    • GNU ‘bison’ 2.7 or later
@@ -562,14 +562,14 @@ build the GNU C Library:
 
      Perl is not required, but if present it is used in some tests and
      the ‘mtrace’ program, to build the GNU C Library manual.  As of
-     release time ‘perl’ version 5.36.0 is the newest verified to work
+     release time ‘perl’ version 5.38.0 is the newest verified to work
      to build the GNU C Library.
 
    • GNU ‘sed’ 3.02 or newer
 
      ‘Sed’ is used in several places to generate files.  Most scripts
      work with any version of ‘sed’.  As of release time, ‘sed’ version
-     4.8 is the newest verified to work to build the GNU C Library.
+     4.9 is the newest verified to work to build the GNU C Library.
 
    • Python 3.4 or later
 
@@ -591,7 +591,7 @@ build the GNU C Library:
      use the pretty printers.  Notice that your system having Python
      available doesn’t imply that GDB supports it, nor that your
      system’s Python and GDB’s have the same version.  As of release
-     time GNU ‘debugger’ 12.1 is the newest verified to work to test the
+     time GNU ‘debugger’ 13.2 is the newest verified to work to test the
      pretty printers.
 
      Unless Python, PExpect and GDB with Python support are present, the

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc] INSTALL: regenerate
@ 2024-01-09 13:56 Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2024-01-09 13:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3265f934368554cc629ca38b3b5311796c06945c

commit 3265f934368554cc629ca38b3b5311796c06945c
Author: Mark Wielaard <mark@klomp.org>
Date:   Tue Jan 9 01:15:15 2024 +0100

    INSTALL: regenerate

Diff:
---
 INSTALL | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index ee5b74e659..ef52d749ff 100644
--- a/INSTALL
+++ b/INSTALL
@@ -609,13 +609,13 @@ Specific advice for GNU/Linux systems
 
 If you are installing the GNU C Library on GNU/Linux systems, you need
 to have the header files from a 3.2 or newer kernel around for
-reference.  These headers must be installed using ‘make headers_install’;
-the headers present in the kernel source directory are not suitable for
-direct use by the GNU C Library.  You do not need to use that kernel,
-just have its headers installed where the GNU C Library can access them,
-referred to here as INSTALL-DIRECTORY.  The easiest way to do this is to
-unpack it in a directory such as ‘/usr/src/linux-VERSION’.  In that
-directory, run ‘make headers_install
+reference.  These headers must be installed using ‘make
+headers_install’; the headers present in the kernel source directory are
+not suitable for direct use by the GNU C Library.  You do not need to
+use that kernel, just have its headers installed where the GNU C Library
+can access them, referred to here as INSTALL-DIRECTORY.  The easiest way
+to do this is to unpack it in a directory such as
+‘/usr/src/linux-VERSION’.  In that directory, run ‘make headers_install
 INSTALL_HDR_PATH=INSTALL-DIRECTORY’.  Finally, configure the GNU C
 Library with the option ‘--with-headers=INSTALL-DIRECTORY/include’.  Use
 the most recent kernel you can get your hands on.  (If you are

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-09 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 19:19 [glibc] INSTALL: regenerate Andreas K. Huttel
2024-01-09 13:56 Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).