ENH: Changed GNUC compiler id name to GNU.
This commit is contained in:
parent
87853ed828
commit
2db8d671e7
|
@ -22,7 +22,7 @@ static char const info_compiler[] = "INFO:compiler["
|
||||||
#elif defined(__IBMC__)
|
#elif defined(__IBMC__)
|
||||||
"VisualAge"
|
"VisualAge"
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
"GNUC"
|
"GNU"
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
"MSVC"
|
"MSVC"
|
||||||
#elif defined(_COMPILER_VERSION)
|
#elif defined(_COMPILER_VERSION)
|
||||||
|
|
|
@ -23,7 +23,7 @@ static char const info_compiler[] = "INFO:compiler["
|
||||||
#elif defined(__IBMCPP__)
|
#elif defined(__IBMCPP__)
|
||||||
"VisualAge"
|
"VisualAge"
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
"GNUC"
|
"GNU"
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
"MSVC"
|
"MSVC"
|
||||||
#elif defined(_COMPILER_VERSION)
|
#elif defined(_COMPILER_VERSION)
|
||||||
|
|
Loading…
Reference in New Issue