[cmake-commits] king committed CMakeCompilerABI.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 23 09:53:35 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv13894/Modules

Modified Files:
	CMakeCompilerABI.h 
Log Message:
ENH: Enable library search path suffix for sparcv9 architecture.  This should be generalized to a platform file later.


Index: CMakeCompilerABI.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCompilerABI.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeCompilerABI.h	21 Jan 2008 23:30:17 -0000	1.1
+++ CMakeCompilerABI.h	23 Jan 2008 14:53:33 -0000	1.2
@@ -17,6 +17,8 @@
 # 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



More information about the Cmake-commits mailing list