summaryrefslogtreecommitdiff
path: root/FAQ.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-05 19:37:14 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-05 19:37:14 +0000
commit5bb17dca42994797eff18bfe9707072dd9543bc7 (patch)
treeb376c9fa38ee69ee075c854f9cbc3f4cd70ded41 /FAQ.in
parentf7db9ce5e1304ea5a89f722251c99fc27a9761b2 (diff)
Add comment about add-on numbering.
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in
index 1e4410829a..22b4d90003 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -236,6 +236,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?