Merge pull request #3364 from BernardXiong/gcc_version

[Tools] rename GCC_VERSION to GCC_VERSION_STR
This commit is contained in:
Bernard Xiong 2020-02-08 11:51:26 +08:00 committed by GitHub
commit 4cffe19dfe
1 changed files with 7 additions and 7 deletions

View File

@ -162,7 +162,7 @@ def GCCResult(rtconfig, str):
result += '#define HAVE_SIGVAL 1\n'
if version:
result += '#define GCC_VERSION "%s"\n' % version
result += '#define GCC_VERSION_STR "%s"\n' % version
result += '#define STDC "%s"\n' % stdc