Browse Source

ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem.

Brad King 18 years ago
parent
commit
11ad0bace4
2 changed files with 0 additions and 7 deletions
  1. 0 2
      Modules/CMakeCompilerABI.h
  2. 0 5
      Source/cmFindLibraryCommand.cxx

+ 0 - 2
Modules/CMakeCompilerABI.h

@@ -17,8 +17,6 @@ const char info_sizeof_dptr[] =  {
 # define ABI_ID "ELF N32"
 #elif defined(__sgi) && defined(_ABI64)
 # define ABI_ID "ELF 64"
-#elif defined(__sparcv9)
-# define ABI_ID "SPARCV9"
 #elif defined(__ELF__)
 # define ABI_ID "ELF"
 #endif

+ 0 - 5
Source/cmFindLibraryCommand.cxx

@@ -98,11 +98,6 @@ bool cmFindLibraryCommand
       // Convert lib to lib32.
       this->AddArchitecturePaths("32");
       }
-    else if(abi.find("SPARCV9") != abi.npos)
-      {
-      // Convert lib to lib/sparcv9.
-      this->AddArchitecturePaths("/sparcv9");
-      }
     }
 
   if(this->Makefile->GetCMakeInstance()