diff options
author | Petr Baudis <pasky@suse.cz> | 2010-11-20 19:05:19 +0100 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2010-11-30 03:24:31 +0100 |
commit | 353ade4f9b4985fde89a62d763ef78c94901fb2d (patch) | |
tree | 05182a7830df6d724b0f773596b4f2a14450a1e0 /manual | |
parent | d795f23c92bda75cf04b56f42532afeee9209d1b (diff) | |
download | glibc-353ade4f9b4985fde89a62d763ef78c94901fb2d.zip glibc-353ade4f9b4985fde89a62d763ef78c94901fb2d.tar.gz glibc-353ade4f9b4985fde89a62d763ef78c94901fb2d.tar.bz2 |
Re-sync INSTALL and manual/install.texi
Required for flawless make dist run.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/install.texi b/manual/install.texi index 0cd4d62..5ce4617 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -348,11 +348,12 @@ 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.15 or later +GNU @code{binutils} 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 -moment. +moment. The configure scripts checks for the appropriate version +for the platform. Too-old versions will prevent building glibc. @item GNU @code{texinfo} 3.12f |