From 2561f09c9b227533b06dcdfa787eadf93e17ea28 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 8 Jun 2011 10:14:38 +0000 Subject: Revert "hack in my new variables for GCC" Very sorry for the accidental commit of WIP code. llvm-svn: 132745 --- clang/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'clang/CMakeLists.txt') 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.") -- cgit v1.2.1