aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-05 19:36:39 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-05 19:36:39 +0000
commita92d659b34a0ffe7a2515fce64fd0b8284a5506b (patch)
treee891029c0a71fa61bece5246a03ecb4106e688ef
parentAdd PPC libgcc problem description. (diff)
downloadglibc-a92d659b34a0ffe7a2515fce64fd0b8284a5506b.tar.xz
glibc-a92d659b34a0ffe7a2515fce64fd0b8284a5506b.zip
Add comment about add-on numbering.
-rw-r--r--FAQ.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in
index 4df792ddb6..23b52f99c0 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -237,6 +237,11 @@ files, provide support for additional architectures, and just about anything
else. The existing makefiles do most of the work; only some few stub rules
must be written to get everything running.
+Most add-ons are tightly coupled to a specific GNU libc version. Please
+check that the add-ons work with the GNU libc. For example the crypt and
+linuxthreads add-ons have the same numbering scheme as the libc and will in
+general only work with the corresponding libc.
+
?? My XXX kernel emulates a floating-point coprocessor for me.
Should I enable --with-fp?