delete C++ support for gcc in the rtconfig.py file

This commit is contained in:
tyustli
2019-03-26 15:41:06 +08:00
parent 8327200072
commit ea8509717e
43 changed files with 10 additions and 43 deletions

View File

@@ -58,7 +58,6 @@ if PLATFORM == 'gcc':
CFLAGS += ' -O2'
CXXFLAGS = CFLAGS
CFLAGS += ' -std=c99'
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'