From: Dylan Noblesmith Date: Sat, 4 Feb 2012 02:38:34 +0000 (+0000) Subject: autoconf: update config header X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=893242f37c1d37644b66e932227adfb1c48885c0;p=clang autoconf: update config header Sync with the change in r149652. Also fix the comment to sync with LLVM's config.h header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake index 8500c13ed5..bd5dc31f32 100644 --- a/include/clang/Config/config.h.cmake +++ b/include/clang/Config/config.h.cmake @@ -4,7 +4,7 @@ /* Relative directory for resource files */ #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" -/* Directory with the libstdc++ installation. */ +/* Directory where gcc is installed. */ #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}" /* Directories clang will search for headers */ diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in index e2daaf1c01..3f5d5035cb 100644 --- a/include/clang/Config/config.h.in +++ b/include/clang/Config/config.h.in @@ -9,17 +9,8 @@ /* Relative directory for resource files */ #undef CLANG_RESOURCE_DIR -/* 32 bit multilib directory. */ -#undef CXX_INCLUDE_32BIT_DIR - -/* 64 bit multilib directory. */ -#undef CXX_INCLUDE_64BIT_DIR - -/* Arch the libstdc++ headers. */ -#undef CXX_INCLUDE_ARCH - -/* Directory with the libstdc++ headers. */ -#undef CXX_INCLUDE_ROOT +/* Directory where gcc is installed. */ +#undef GCC_INSTALL_PREFIX /* Directories clang will search for headers */ #undef C_INCLUDE_DIRS