[llvm-commits] [hlvm] r38285 - /hlvm/trunk/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:57 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:57 2007
New Revision: 38285

URL: http://llvm.org/viewvc/llvm-project?rev=38285&view=rev
Log:
Don't search the llvm-gcc4 install area before the gcc install area or you'll
end up finding the wrong compiler!

Modified:
    hlvm/trunk/Makefile

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38285&r1=38284&r2=38285&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 19:01:57 2007
@@ -13,7 +13,7 @@
 MYMODE := Debug
 
 # Specify a path for where the 3rd party software is installed
-MYPATH := /proj/llvm/cfe/install:/proj/install
+MYPATH := /proj/install:/proj/llvm/cfe/install
 
 # Specify where you want HLVM to be installed
 MYPREFIX := /proj/install/hlvm





More information about the llvm-commits mailing list