summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/Platform/SunOS-GNU-C.cmake2
-rw-r--r--Modules/Platform/SunOS-GNU-Fortran.cmake2
2 files changed, 3 insertions, 1 deletions
diff --git a/Modules/Platform/SunOS-GNU-C.cmake b/Modules/Platform/SunOS-GNU-C.cmake
index c6b1888..6a96c00 100644
--- a/Modules/Platform/SunOS-GNU-C.cmake
+++ b/Modules/Platform/SunOS-GNU-C.cmake
@@ -1,2 +1,2 @@
include(Platform/SunOS-GNU)
-__sunos_compiler_gnu(Fortran)
+__sunos_compiler_gnu(C)
diff --git a/Modules/Platform/SunOS-GNU-Fortran.cmake b/Modules/Platform/SunOS-GNU-Fortran.cmake
new file mode 100644
index 0000000..c6b1888
--- /dev/null
+++ b/Modules/Platform/SunOS-GNU-Fortran.cmake
@@ -0,0 +1,2 @@
+include(Platform/SunOS-GNU)
+__sunos_compiler_gnu(Fortran)