diff options
-rw-r--r-- | Makefile.config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index bf12c05825..3c8d59bd07 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -65,8 +65,8 @@ LCC1XX = @LLVMCC1PLUS@ # object files. OBJ_ROOT := . -# Path to location for LLVM front-end this should only be specified here if you -# want to override the value set in Makefile.$(uname) +# Path to location for LLVM C/C++ front-end. You can modify this if you +# want to override the value set by configure. LLVMGCCDIR := @LLVMGCCDIR@ # When this variable is set to 1, programs in the llvm/test/Programs hierarchy |