[tools] update the comment for old gen cconfig.h code.

This commit is contained in:
朱天龙 (Armink)
2023-04-05 20:48:12 +08:00
committed by Man, Jianting (Meco)
parent 5c70c9e402
commit 00a6d1a1c5
2 changed files with 37 additions and 36 deletions

View File

@@ -123,7 +123,9 @@ class Win32Spawn:
# generate cconfig.h file
def GenCconfigFile(env, BuildOptions):
# The cconfig.h will NOT generate in the lastest RT-Thread code.
# When you want to use it, you can uncomment out the following code.
# if rtconfig.PLATFORM in ['gcc']:
# contents = ''
# if not os.path.isfile('cconfig.h'):