From: Reid Spencer Date: Mon, 13 Dec 2004 02:58:28 +0000 (+0000) Subject: Add LLVMGCCDIR for path lookup X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fa3b923f9ece90b3d64b0e42a3527f92626ce12f;p=oota-llvm.git Add LLVMGCCDIR for path lookup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 21ed0e1a32e..8f682d34bee 100644 --- a/include/llvm/Config/config.h.in +++ b/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