[cmake-commits] hoffman committed CMakeFortranCompilerId.F90 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 10 10:50:48 EST 2008


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

Modified Files:
	CMakeFortranCompilerId.F90 
Log Message:
ENH: add support for visual age fortran on linux


Index: CMakeFortranCompilerId.F90
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeFortranCompilerId.F90,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeFortranCompilerId.F90	3 May 2007 12:24:32 -0000	1.2
+++ CMakeFortranCompilerId.F90	10 Jan 2008 15:50:46 -0000	1.3
@@ -11,7 +11,7 @@
 !     This compiler is either not known or is too old to define an
 !     identification macro.  Try to identify the platform and guess that
 !     it is the native compiler.
-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) || defined ( __IBM__ ) || defined ( __IBMC__ )
    PRINT *, 'INFO:compiler[VisualAge]'
 #elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
    PRINT *, 'INFO:compiler[MIPSpro]'



More information about the Cmake-commits mailing list