Expose must alias information for global variables, implementing: DSGraph/mustalias.ll
[oota-llvm.git] / Makefile.Linux
index a8206c4865e8d5e97de49661e492046d55560e0c..18b50c268dc1e8194d5550c4211833664c067b1d 100644 (file)
@@ -22,11 +22,15 @@ PLATFORMLINKOPTS := -Wl,--export-dynamic
 # stripped from the resultant binary.
 PLATFORMSTRIPOPTS := -Wl,-x
 
+# PLATFORMLIBDL - Library that supports dlsym() et al. 
+PLATFORMLIBDL := -ldl
+
 # Path to location for LLVM front-end for this architecture.  This setting may
 # be overriden by the Makefile.config option, and should not override it if set.
 #
+LLVMGCCARCH := i686-pc-linux-gnu/3.4-llvm
 ifndef LLVMGCCDIR
-LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_x86
+LLVMGCCDIR := /home/vadve/lattner/local/x86/llvm-gcc/
 endif
 
 # For now we disable running LLC output, because LLC does not generate x86 code