From 75bf03389f01c2ca97ce5cc3df5dafc9ef2e8c27 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Dec 2004 02:58:28 +0000 Subject: [PATCH] Add LLVMGCCDIR for path lookup llvm-svn: 18850 --- llvm/include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 21ed0e1a32e8..8f682d34beee 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/include/llvm/Config/config.h.in @@ -311,6 +311,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WINDOWS_H +/* Installation directory of llvm-gcc */ +#undef LLVMGCCDIR + /* Installation directory for binary executables */ #undef LLVM_BINDIR