diff -r 8c40b842e798 -r 88020b2c3246 docs/known-issues.txt --- a/docs/known-issues.txt Fri Oct 02 22:10:38 2009 +0200 +++ b/docs/known-issues.txt Tue Jan 12 19:24:03 2010 +0100 @@ -32,32 +32,6 @@ -------------------------------- Symptoms: - Seemingly native toolchains do not build. - -Explanations: - Seemingly native toolchains are toolchains that target the same architecture - as the one it is built on, and on which it will run, but the machine tuple - may be different (eg i686 vs. i386, or x86_64-unknown-linux-gnu vs. - x86_64-pc-linux-gnu). - - This seems to happen when building glibc-2.7 based toolchains only, for - x86 and for x86_64. - - Only the system part of the tuple (here, linux-gnu) needs to be the same to - trigger the bug. Which means that building a tolchain for either x86 or - x86_64 on either x86 or x86_64 breaks. - -Fix: - None known. - -Workaround: - It seems that using -O2 in the CFLAGS fixes the problem. It has been - confirmed in the following threads: - http://sourceware.org/ml/crossgcc/2009-09/msg00055.html (for glibc) - http://sourceware.org/ml/crossgcc/2009-10/msg00001.html (for eglibc) - --------------------------------- -Symptoms: gcc is not found, although I *do* have gcc installed. Explanations: