summaryrefslogtreecommitdiff
path: root/FAQ.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-23 09:29:53 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-23 09:29:53 +0000
commitb0ed91aecf0184aaa8ace2dc0e32ae318cfac7b4 (patch)
treea6cdb7af12e99585af9b79225da220bf04f8cf28 /FAQ.in
parentecf525cdd773f314895374542c2168fda0483c26 (diff)
Update.
* elf/dl-load.c (_dl_init_paths): Don't use strdupa in function arguments. Reported by Jiri Kubicek <kubicek@bitsmart.com>, closes PR libc/2039.
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/FAQ.in b/FAQ.in
index cf3a0a1f00..666965aa4d 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -85,10 +85,9 @@ understand all the features of ELF, including weak and versioned symbols.
The static library can be compiled with less featureful tools, but lacks key
features such as NSS.
-For Linux or Hurd, you want binutils 2.8.1.0.23, 2.9.1, or 2.9.1.0.15 or
-higher. These are the only versions we've tested and found reliable. Other
-versions after 2.8.1.0.23 may work but we don't recommend them, especially
-not when C++ is involved. Earlier versions do not work at all.
+For Linux or Hurd, you want binutils 2.10.1 or higher. These are the only
+versions we've tested and found reliable. Other versions may work but we
+don't recommend them, especially not when C++ is involved.
Other operating systems may come with system tools that have all the
necessary features, but this is moot because glibc hasn't been ported to
@@ -107,7 +106,7 @@ at:
<ftp://ftp.netwinder.org/users/p/philb/egcs-1.1.1pre2-diff-981126>
-Binutils 2.9.1.0.16 or later is also required.
+Binutils 2.10.1 or later is also required.
?? Do I need some more things to compile the GNU C Library?