STYLE: Move VisualAge id macro to correct block.
This commit is contained in:
parent
a40147abce
commit
a83ef917af
@ -6,12 +6,14 @@ PROGRAM CMakeFortranCompilerId
|
|||||||
PRINT *, 'INFO:compiler[SunPro]'
|
PRINT *, 'INFO:compiler[SunPro]'
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
PRINT *, 'INFO:compiler[GNU]'
|
PRINT *, 'INFO:compiler[GNU]'
|
||||||
|
#elif defined(__IBM__) || defined(__IBMC__)
|
||||||
|
PRINT *, 'INFO:compiler[VisualAge]'
|
||||||
#elif defined(_COMPILER_VERSION)
|
#elif defined(_COMPILER_VERSION)
|
||||||
PRINT *, 'INFO:compiler[MIPSpro]'
|
PRINT *, 'INFO:compiler[MIPSpro]'
|
||||||
! This compiler is either not known or is too old to define an
|
! This compiler is either not known or is too old to define an
|
||||||
! identification macro. Try to identify the platform and guess that
|
! identification macro. Try to identify the platform and guess that
|
||||||
! it is the native compiler.
|
! it is the native compiler.
|
||||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) || defined ( __IBM__ ) || defined ( __IBMC__ )
|
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||||
PRINT *, 'INFO:compiler[VisualAge]'
|
PRINT *, 'INFO:compiler[VisualAge]'
|
||||||
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
|
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
|
||||||
PRINT *, 'INFO:compiler[MIPSpro]'
|
PRINT *, 'INFO:compiler[MIPSpro]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user