*** empty log message ***
[oota-llvm.git] / Makefile.SunOS
index 9afae8a176c34d8106e5f0a00e931c15e11f9fd8..28d70b62cc9fa754faa7ceee66b5e40bf4bf8544 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_sparc
+endif