File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ def progen_flags(self):
62
62
if self .config_header :
63
63
self ._progen_flag_cache ['c_flags' ] += self .toolchain .get_config_option (self .config_header )
64
64
self ._progen_flag_cache ['cxx_flags' ] += self .toolchain .get_config_option (self .config_header )
65
- self ._progen_flag_cache ['asm_flags' ] += self .toolchain .get_config_option (self .config_header )
66
65
return self ._progen_flag_cache
67
66
68
67
def __scan_and_copy (self , src_path , trg_path ):
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ def generate(self, progen_build=False):
76
76
project_data ['tool_specific' ]['iar' ].setdefault ("misc" , {})
77
77
project_data ['tool_specific' ]['iar' ].update (tool_specific ['iar' ])
78
78
project_data ['tool_specific' ]['iar' ]['misc' ].update (self .progen_flags )
79
- project_data ['tool_specific' ]['iar' ]['misc' ]['asm_flags' ].remove (
80
- self .toolchain .get_config_option (self .config_header )[0 ])
81
79
project_data ['tool_specific' ]['iar' ]['misc' ]['asm_flags' ].extend (
82
80
['-D%s' % d for d in self .toolchain .get_symbols ()])
83
81
# VLA is enabled via template IccAllowVLA
You can’t perform that action at this time.
0 commit comments