From: Ulrich Drepper Date: Sun, 5 Sep 1999 19:36:39 +0000 (+0000) Subject: Add comment about add-on numbering. X-Git-Tag: cvs/glibc_2-1-2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92d659b34a0ffe7a2515fce64fd0b8284a5506b;p=thirdparty%2Fglibc.git Add comment about add-on numbering. --- diff --git a/FAQ.in b/FAQ.in index 4df792ddb61..23b52f99c05 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?