[fix] stm32l475-atk-pandora armcc build error.
This commit is contained in:
parent
43d19a8b78
commit
132ecaffb7
|
@ -91,7 +91,6 @@ elif PLATFORM == 'armcc':
|
||||||
|
|
||||||
|
|
||||||
CXXFLAGS = CFLAGS
|
CXXFLAGS = CFLAGS
|
||||||
CFLAGS += ' -std=c99'
|
|
||||||
|
|
||||||
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
|
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue