diff options
author | 1999-09-05 19:36:39 +0000 | |
---|---|---|
committer | 1999-09-05 19:36:39 +0000 | |
commit | a92d659b34a0ffe7a2515fce64fd0b8284a5506b (patch) | |
tree | e891029c0a71fa61bece5246a03ecb4106e688ef | |
parent | Add PPC libgcc problem description. (diff) | |
download | glibc-a92d659b34a0ffe7a2515fce64fd0b8284a5506b.tar.xz glibc-a92d659b34a0ffe7a2515fce64fd0b8284a5506b.zip |
Add comment about add-on numbering.
-rw-r--r-- | FAQ.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? |