diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-29 23:47:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-29 23:47:22 +0000 |
commit | 98be6f687d0b97817ad014c607498d35893345f8 (patch) | |
tree | c9792b109983e005070531aa5668fff4dc268821 | |
parent | edac424073092fda118fb8514ad524d3a66a9ae6 (diff) | |
download | glibc-98be6f687d0b97817ad014c607498d35893345f8.tar.gz glibc-98be6f687d0b97817ad014c607498d35893345f8.tar.xz glibc-98be6f687d0b97817ad014c607498d35893345f8.zip |
* manual/install.texi (Tools for Compilation): GNU binutils 2.15
is now needed.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index abf7b31d59..fddf1ce555 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-29 Alfred M. Szmidt <ams@gnu.org> + + * manual/install.texi (Tools for Compilation): GNU binutils 2.15 + is now needed. + 2005-03-19 Bruno Haible <bruno@clisp.org> * intl/dcigettext.c (struct known_translation_t): Change type of diff --git a/manual/install.texi b/manual/install.texi index 2907715abc..15fe9a85b4 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -350,7 +350,7 @@ floating-point support that may be triggered by the math library. Check the FAQ for any special compiler issues on particular platforms. @item -GNU @code{binutils} 2.13 or later +GNU @code{binutils} 2.15 or later You must use GNU @code{binutils} (as and ld) to build the GNU C library. No other assembler or linker has the necessary functionality at the |