summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-11-12 05:46:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-11-12 05:46:09 +0000
commit7f9ec910a38f769dc91f1b3b3a9b50ee1cecff19 (patch)
tree95a5bd16a3cb0bc6eb3de2eceea85e9ddf45a146 /Makefile.config.in
parenta447cfea453b582092a7a1e5a7f71e695981c4d2 (diff)
downloadllvm-7f9ec910a38f769dc91f1b3b3a9b50ee1cecff19.tar.gz
llvm-7f9ec910a38f769dc91f1b3b3a9b50ee1cecff19.tar.bz2
llvm-7f9ec910a38f769dc91f1b3b3a9b50ee1cecff19.tar.xz
Add the --with-c-include-dirs to llvm's configure.
The clang patch is next. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 2b9bbfd26b..15bca665a2 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -313,6 +313,8 @@ endif
# Location of the plugin header file for gold.
BINUTILS_INCDIR := @BINUTILS_INCDIR@
+C_INCLUDE_DIRS := @C_INCLUDE_DISR@
+
# When ENABLE_LLVMC_DYNAMIC is enabled, LLVMC will link libCompilerDriver
# dynamically. This is needed to make dynamic plugins work on some targets
# (Windows).