diff options
author | Brad King <brad.king@kitware.com> | 2019-02-21 16:07:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-21 16:12:51 (GMT) |
commit | 214fcefa5233fb9c5906921f72d067626a51a349 (patch) | |
tree | 266ca65c9cb929ce4ead869bbaa62d3a5645320b /Modules/CMakeFortranCompilerId.F.in | |
parent | eb08e68b77954a4b439ee66b4987789b213d878a (diff) | |
download | CMake-214fcefa5233fb9c5906921f72d067626a51a349.zip CMake-214fcefa5233fb9c5906921f72d067626a51a349.tar.gz CMake-214fcefa5233fb9c5906921f72d067626a51a349.tar.bz2 |
Remove now-unused code once used for MIPSpro on IRIX
In commit beb991110d (Remove now-unused code once used on IRIX,
2019-01-11, v3.14.0-rc1~167^2) we removed remnants of IRIX support.
Also remove remnants of MIPSpro compiler support.
Diffstat (limited to 'Modules/CMakeFortranCompilerId.F.in')
-rw-r--r-- | Modules/CMakeFortranCompilerId.F.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/CMakeFortranCompilerId.F.in b/Modules/CMakeFortranCompilerId.F.in index 5995694..30f8d4c 100644 --- a/Modules/CMakeFortranCompilerId.F.in +++ b/Modules/CMakeFortranCompilerId.F.in @@ -96,13 +96,6 @@ # if defined(__FLANG_PATCHLEVEL__) # define COMPILER_VERSION_PATCH DEC(__FLANG_PATCHLEVEL__) # endif -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) - PRINT *, 'INFO:compiler[MIPSpro]' -# if 0 -! 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. -# endif #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) PRINT *, 'INFO:compiler[VisualAge]' #elif defined(__hpux) || defined(__hpux__) |