summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-04-16 04:11:45 +0000
committerSebastian Pop <spop@codeaurora.org>2012-04-16 04:11:45 +0000
commit7e5c316b05d87a23abff03865d776bfb5634e7cd (patch)
treed4b3a185c3be2f2c3d6fe7e74bf00a017abecc76 /include/llvm/Config/config.h.in
parent9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9 (diff)
downloadllvm-7e5c316b05d87a23abff03865d776bfb5634e7cd.tar.gz
llvm-7e5c316b05d87a23abff03865d776bfb5634e7cd.tar.bz2
llvm-7e5c316b05d87a23abff03865d776bfb5634e7cd.tar.xz
add configure flag --with-default-sysroot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index ccff7da967..677bf2e40b 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -12,6 +12,9 @@
/* Directories clang will search for headers */
#undef C_INCLUDE_DIRS
+/* Default <path> to all compiler invocations for --sysroot=<path>. */
+#undef DEFAULT_SYSROOT
+
/* Define if position independent code is enabled */
#undef ENABLE_PIC