summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/g77.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/g77.cmake')
-rw-r--r--Modules/Platform/g77.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Platform/g77.cmake b/Modules/Platform/g77.cmake
deleted file mode 100644
index 8f7d448..0000000
--- a/Modules/Platform/g77.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-IF(CMAKE_COMPILER_IS_GNUG77)
- SET (CMAKE_Fortran_FLAGS_INIT "")
- SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
- SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG")
- SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3 -DNDEBUG")
- SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
-ENDIF(CMAKE_COMPILER_IS_GNUG77)