nuke gold
authorChandler Carruth <chandlerc@gmail.com>
Thu, 28 Apr 2011 08:17:05 +0000 (08:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 28 Apr 2011 08:17:05 +0000 (08:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130391 91177308-0d34-0410-b5e6-96231b3b80d8

tools/CMakeLists.txt

index c9072a7908fa7d7a8ffa37cb737cb5e38a34ddbf..64323ac6296fa00f34bb1415dd24c7af30948abb 100644 (file)
@@ -51,13 +51,6 @@ if( NOT WIN32 )
   add_subdirectory(lto)
 endif()
 
-if( LLVM_ENABLE_PIC )
-  # TODO: support other systems:
-  if( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
-    add_subdirectory(gold)
-  endif()
-endif()
-
 if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
   add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/clang )
 endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )