diff options
-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 |