X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FFAQ.rst;h=0559a1ff21505988bcc43e225886edd17fc29c49;hb=d97964253ec08dcac9048e7643fd19e3d16831d5;hp=8db94c6250c199505293c5ef91f789feb730ab8f;hpb=a45e3ff4f289a0a9d2895c8a630c3d3064aa1fef;p=oota-llvm.git diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 8db94c6250c..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.