simulator: no need to dump the bin file

This commit is contained in:
Grissiom 2013-01-24 13:06:12 +08:00
parent 634c3a3518
commit 0961cc5e36

View File

@ -52,7 +52,7 @@ if PLATFORM == 'gcc':
else:
CFLAGS += ' -O2'
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'
POST_ACTION = ''
elif PLATFORM == 'cl':
# toolchains