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__)
|
||||
"VisualAge"
|
||||
#elif defined(__GNUC__)
|
||||
"GNUC"
|
||||
"GNU"
|
||||
#elif defined(_MSC_VER)
|
||||
"MSVC"
|
||||
#elif defined(_COMPILER_VERSION)
|
||||
|
|
|
@ -23,7 +23,7 @@ static char const info_compiler[] = "INFO:compiler["
|
|||
#elif defined(__IBMCPP__)
|
||||
"VisualAge"
|
||||
#elif defined(__GNUC__)
|
||||
"GNUC"
|
||||
"GNU"
|
||||
#elif defined(_MSC_VER)
|
||||
"MSVC"
|
||||
#elif defined(_COMPILER_VERSION)
|
||||
|
|
Loading…
Reference in New Issue