X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FFAQ.rst;h=0559a1ff21505988bcc43e225886edd17fc29c49;hb=e67b3e872170aa4f2cacf12cc7c6c3aed7373399;hp=e4ab2c18f748073ae79d060767e51c7652875677;hpb=a7aec400a7014edba1eeb53c582d3ab47178fe8d;p=oota-llvm.git diff --git a/docs/FAQ.rst b/docs/FAQ.rst index e4ab2c18f74..0559a1ff215 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -102,7 +102,7 @@ grabbing the wrong linker/assembler/etc, there are two ways to fix it: .. code-block:: console - % PATH=[the path without the bad program] ./configure ... + % PATH=[the path without the bad program] $LLVM_SRC_DIR/configure ... This is still somewhat inconvenient, but it allows ``configure`` to do its work without having to adjust your ``PATH`` permanently. @@ -184,14 +184,6 @@ This is `a bug in GCC `_, and affects projects other than LLVM. Try upgrading or downgrading your GCC. -Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong? ------------------------------------------------------------------------------------------ -Several versions of GCC have shown a weakness in miscompiling the LLVM -codebase. Please consult your compiler version (``gcc --version``) to find -out whether it is `broken `_. If so, your only -option is to upgrade GCC to a known good version. - - After Subversion update, rebuilding gives the error "No rule to make target". ----------------------------------------------------------------------------- If the error is of the form: