summaryrefslogtreecommitdiffstats
path: root/clang/CMakeLists.txt
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
commit2561f09c9b227533b06dcdfa787eadf93e17ea28 (patch)
tree438722dc0314bce44357dec39306c9f679acedab /clang/CMakeLists.txt
parentd54186ac33c555538fc5c7e838c0f5e5d3931c3f (diff)
downloadbcm5719-llvm-2561f09c9b227533b06dcdfa787eadf93e17ea28.tar.gz
bcm5719-llvm-2561f09c9b227533b06dcdfa787eadf93e17ea28.zip
Revert "hack in my new variables for GCC"
Very sorry for the accidental commit of WIP code. llvm-svn: 132745
Diffstat (limited to 'clang/CMakeLists.txt')
-rw-r--r--clang/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt
index dd33f814c32..aa89823e76f 100644
--- a/clang/CMakeLists.txt
+++ b/clang/CMakeLists.txt
@@ -54,18 +54,6 @@ endif()
set(CLANG_RESOURCE_DIR "" CACHE STRING
"Relative directory from the Clang binary to its resource files.")
-set(CLANG_GCC_INSTALL_ROOT "" CACHE STRING
- "The GCC install root to use for headers and libraries.")
-
-set(CLANG_GCC_LIB_DIR "/lib/gcc" CACHE STRING
- "The directory relative to the install root for GCC libraries.")
-
-set(CLANG_GCC_ARCH "" CACHE STRING
- "The architecture string of the GCC installation.")
-
-set(CLANG_GCC_VERSION "" CACHE STRING
- "The version of the GCC installation.")
-
set(C_INCLUDE_DIRS "" CACHE STRING
"Colon separated list of directories clang will search for headers.")
OpenPOWER on IntegriCloud