summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/CMakeCompilerABI.h2
-rw-r--r--Source/cmFindLibraryCommand.cxx5
2 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CMakeCompilerABI.h b/Modules/CMakeCompilerABI.h
index d6d5ca2..8980abb 100644
--- a/Modules/CMakeCompilerABI.h
+++ b/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
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx
index 2938e2e..1f9a9f4 100644
--- a/Source/cmFindLibraryCommand.cxx
+++ b/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()