[Tools] rename GCC_VERSION to GCC_VERSION_STR

This commit is contained in:
Bernard Xiong 2020-02-07 15:55:53 +08:00
parent cd8dd40cd2
commit 835504ed95
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