ENH: Changed GNUC compiler id name to GNU.

This commit is contained in:
Brad King 2007-05-01 14:35:55 -04:00
parent 87853ed828
commit 2db8d671e7
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)