File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/export/gnuarmeclipse Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 215215 <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/{{file}}" " />
216216 {% endfor %}
217217 </option >
218- {% if opts['c'].get( 'compiler.std') %}
218+ {% if opts['c'][ 'compiler.std'] %}
219219 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{u.id}}" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std" value =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{opts['c']['compiler.std']}}" valueType =" enumerated" />
220220 {% endif %}
221221 {% if opts['c']['otheroptimizations'] != '' %}
263263 <listOptionValue builtIn =" false" value =" " ${ProjDirPath}/{{file}}" " />
264264 {% endfor %}
265265 </option >
266- {% if opts['cpp'].get( 'compiler.std') %}
266+ {% if opts['cpp'][ 'compiler.std'] %}
267267 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{u.id}}" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std" value =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{opts['cpp']['compiler.std']}}" valueType =" enumerated" />
268268 {% endif %}
269269
You can’t perform that action at this time.
0 commit comments