diff options
Diffstat (limited to 'clang/CMakeLists.txt')
-rw-r--r-- | clang/CMakeLists.txt | 12 |
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.") |