[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.4 1.5
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Aug 6 07:53:46 EDT 2009
Update of /cvsroot/CMake/CMake/Modules/FortranCInterface
In directory public:/mounts/ram/cvs-serv19190/Modules/FortranCInterface
Modified Files:
CMakeLists.txt
Log Message:
Teach FortranCInterface about g77 mangling
The old GNU g77 Fortran compiler uses the suffix '__' for symbols
containing an underscore in their name.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface/CMakeLists.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CMakeLists.txt 6 Aug 2009 11:53:32 -0000 1.4
--- CMakeLists.txt 6 Aug 2009 11:53:41 -0000 1.5
***************
*** 14,17 ****
--- 14,18 ----
my_sub # VisualAge
my_sub_ # GNU, Intel, HP, SunPro, MIPSpro
+ my_sub__ # GNU g77
mysub # VisualAge
mysub_ # GNU, Intel, HP, SunPro, MIPSpro
More information about the Cmake-commits
mailing list