summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.config b/Makefile.config
index d47fe95e8e..8d78ea4130 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -34,12 +34,13 @@ AR_PATH = ar
BISON = bison
FLEX = flex
-# Path to directory where object files should be stored during a build.
-# Set LLVM_OBJ_DIR to "." if you do not want to use a separate place for
-# object files.
+#
+# Path OBJ_ROOT to the directory where object files should be stored during a
+# build. Set to "." if you do not want to use a separate place for object
+# files.
#
-#LLVM_OBJ_DIR = .
-LLVM_OBJ_DIR := /localhome/$(USER)
+#OBJ_ROOT = .
+OBJ_ROOT := /localhome/$(USER)
# Path to location for LLVM front-end this should only be specified here if you
# want to override the value set in Makefile.$(uname)