There are no implicit gep forms of load and store anymore
[oota-llvm.git] / Makefile.SunOS
index 9afae8a176c34d8106e5f0a00e931c15e11f9fd8..2b4eeb314a1ce3d664f2c2b016ac13ba3044164a 100644 (file)
@@ -15,4 +15,9 @@ MakeSharedObjectOption := -G
 #
 ExportSymbols :=
 
-
+# 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.
+#
+ifndef LLVMGCCDIR
+LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install
+endif