summaryrefslogtreecommitdiff
path: root/include/clang/Config
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-06-08 10:14:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-06-08 10:14:38 +0000
commit169dd31c6c552c9234ae97ac2013f9635bdbfa32 (patch)
tree925d318f9e398ae33e690f1608291e38f4143059 /include/clang/Config
parent45cad4adb802b818211b1c697f550d3bf1e98e51 (diff)
downloadclang-169dd31c6c552c9234ae97ac2013f9635bdbfa32.tar.gz
Revert "hack in my new variables for GCC"
Very sorry for the accidental commit of WIP code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Config')
-rw-r--r--include/clang/Config/config.h.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/clang/Config/config.h.cmake b/include/clang/Config/config.h.cmake
index 993bbc98b7..5f13d2faa3 100644
--- a/include/clang/Config/config.h.cmake
+++ b/include/clang/Config/config.h.cmake
@@ -1,18 +1,6 @@
/* Relative directory for resource files */
#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
-/* GCC install root */
-#define CLANG_GCC_INSTALL_ROOT "${CLANG_GCC_INSTALL_ROOT}"
-
-/* GCC library directory, relative to the installation root */
-#define CLANG_GCC_LIB_DIR "${CLANG_GCC_LIB_DIR}"
-
-/* GCC architecture */
-#define CLANG_GCC_ARCH "${CLANG_GCC_ARCH}"
-
-/* GCC version */
-#define CLANG_GCC_VERSION "${CLANG_GCC_VERSION}"
-
/* 32 bit multilib directory. */
#define CXX_INCLUDE_32BIT_DIR "${CXX_INCLUDE_32BIT_DIR}"