File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 43
43
{% endfor %}
44
44
</option >
45
45
<option id =" gnu.c.compiler.option.preprocessor.def.symbols.{{u.id}}" name =" Defined symbols (-D)" superClass =" gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery =" false" valueType =" definedSymbols" >
46
- {% for s in symbols %}
46
+ {% for s in opts['c']['defines'] %}
47
47
<listOptionValue builtIn =" false" value =" {{s}}" />
48
48
{% endfor %}
49
49
</option >
125
125
{% endfor %}
126
126
</option >
127
127
<option id =" gnu.cpp.compiler.option.preprocessor.def.{{u.id}}" name =" Defined symbols (-D)" superClass =" gnu.cpp.compiler.option.preprocessor.def" valueType =" definedSymbols" >
128
- {% for s in symbols %}
128
+ {% for s in opts['cpp']['defines'] %}
129
129
<listOptionValue builtIn =" false" value =" {{s}}" />
130
130
{% endfor %}
131
131
</option >
192
192
<inputType id =" fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.input.s.{{u.id}}" superClass =" fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.input.s" />
193
193
</tool >
194
194
<tool id =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.{{u.id}}" name =" MCU G++ Linker" superClass =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker" >
195
- <option id =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.script.{{u.id}}" name =" Linker Script (-T)" superClass =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.script" value =" ${workspace_loc:/${ProjName} /{{opts['ld']['script']} }}" valueType =" string" />
195
+ <option id =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.script.{{u.id}}" name =" Linker Script (-T)" superClass =" fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.script" value =" ${ProjDirPath}/{{opts['name']}} /{{opts['ld']['script']}}" valueType =" string" />
196
196
{% if opts['ld']['flags'] != '' %}
197
197
<option id =" gnu.cpp.link.option.flags.{{u.id}}" name =" Linker flags" superClass =" gnu.cpp.link.option.flags" value =" {{ opts['ld']['flags']|join(' ') }}" valueType =" string" />
198
198
{% endif %}
256
256
<listOptionValue builtIn =" false" value =" " ${ProjDirPath}/{{path}}" " />
257
257
{% endfor %}
258
258
</option >
259
+ <option id =" gnu.both.asm.option.flags.{{u.id}}" superClass =" gnu.both.asm.option.flags" useByScannerDiscovery =" false" value =" {{opts['as']['other']}}" valueType =" string" />
259
260
{% for item in opts['as']['otherwarnings'] %}
260
261
{% if item == '-W' %}
261
262
<option id =" gnu.both.asm.option.warnings.nowarn.{{u.id}}" superClass =" gnu.both.asm.option.warnings.nowarn" useByScannerDiscovery =" false" value =" true" valueType =" boolean" />
You can’t perform that action at this time.
0 commit comments