diff options
author | Andreas Jaeger <aj@suse.de> | 2000-10-22 06:18:44 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-10-22 06:18:44 +0000 |
commit | 4d2adf295742118de48836deb60cc0970c9903ec (patch) | |
tree | d8dd9bda8f7a00a9ea1b1a7a5ea569c2a76c38e3 | |
parent | a35e137a99c4f06387c38f071d9b49a89cf884b5 (diff) | |
download | glibc-4d2adf295742118de48836deb60cc0970c9903ec.tar glibc-4d2adf295742118de48836deb60cc0970c9903ec.tar.gz glibc-4d2adf295742118de48836deb60cc0970c9903ec.tar.bz2 glibc-4d2adf295742118de48836deb60cc0970c9903ec.zip |
Update MIPS entry.
-rw-r--r-- | FAQ.in | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -384,12 +384,11 @@ newer. ??mips Which tools should I use for MIPS? -{AJ} Either use as compiler egcs 1.1.2 (with Ralf Baechle's MIPS patches) or -the current development version of gcc 2.96 from CVS. gcc 2.95.x does not -work correctly on mips-linux. +{AJ} You should use the current development version of gcc 2.97 from CVS. +gcc 2.95.x does not work correctly on mips-linux. -You need 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 +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. For details check also my page <http://www.suse.de/~aj/glibc-mips.html>. |