Skip to content
Snippets Groups Projects
Commit 93d9983d authored by rswindell's avatar rswindell
Browse files

Shortened the GCC compiler version info.

parent 91ea94cb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
#elif defined(__GNUC__) && defined(__GLIBC__)
#define COMPILER_DESC(str) sprintf(str,"GCC %u.%02u (GLIBC %u.%u)" \
#define COMPILER_DESC(str) sprintf(str,"GCC %u.%02u" /* " (GLIBC %u.%u)" */\
,__GNUC__,__GNUC_MINOR__,__GLIBC__,__GLIBC_MINOR__);
#elif defined(__GNUC__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment