summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-10 13:14:58 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-10 13:14:58 +0000
commit7e5fc672a27cf3e1f333f85f3022425c97a5a55c (patch)
tree426e58585538cdd3ba47503feeb55d49bcef8c6b /FAQ
parent2fcc6286bca1f7bc8df52051582babd532be723d (diff)
Improve MIPS entry and regenerated FAQ.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 5 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 8d655fdaab..6173922ad5 100644
--- a/FAQ
+++ b/FAQ
@@ -562,7 +562,11 @@ gcc 2.95.x does not work correctly on mips-linux.
You need also recent binutils, anything before and including 2.10 will not
work correctly. Either try the Linux binutils 2.10.0.33 from HJ Lu or the
-current development version from CVS of binutils.
+current development version of binutils from CVS.
+
+Please note that `make check' might fail for a number of the math tests
+because of problems of the FPU emulation in the Linux kernel (the MIPS FPU
+doesn't handle all cases and needs help from the kernel).
For details check also my page <http://www.suse.de/~aj/glibc-mips.html>.