[llvm-commits] [llvm-gcc-4.2] r68529 - /llvm-gcc-4.2/trunk/README.LLVM

Dan Gohman gohman at apple.com
Tue Apr 7 11:43:59 PDT 2009


Author: djg
Date: Tue Apr  7 13:43:59 2009
New Revision: 68529

URL: http://llvm.org/viewvc/llvm-project?rev=68529&view=rev
Log:
Add a note about srcdir==objdir being broken. This is not as nice
as fixing the problem, but it may at least help someone avoid
trouble.

Modified:
    llvm-gcc-4.2/trunk/README.LLVM

Modified: llvm-gcc-4.2/trunk/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/README.LLVM?rev=68529&r1=68528&r2=68529&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/README.LLVM (original)
+++ llvm-gcc-4.2/trunk/README.LLVM Tue Apr  7 13:43:59 2009
@@ -129,6 +129,10 @@
 $ make $BUILDOPTIONS
 $ make install
 
+Note that it is currently necessary to use a separate object directory for
+building llvm-gcc. Running configure and make from within the llvm-gcc
+source directory does not work.
+
 //===-----------------------
 Darwin/Mac OS X Specific part:
 





More information about the llvm-commits mailing list