summaryrefslogtreecommitdiff
path: root/Makefile.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.Linux')
-rw-r--r--Makefile.Linux7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index 2a3e4a6335..39928d9234 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -15,4 +15,9 @@ MakeSharedObjectOption := -shared
#
ExportSymbols := -Wl,--export-dynamic
-
+# 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_x86
+endif