{% for cfg_key in options %}
{% set opts = options[cfg_key] %}
{% if opts['common']['arm.target.thumbinterwork'] %}
{% endif %}
{% if opts['common']['arm.target.endianness'] %}
{% endif %}
{% if opts['common']['arm.target.fpu.abi'] %}
{% endif %}
{% if opts['common']['arm.target.fpu.unit'] %}
{% endif %}
{% if opts['common']['arm.target.unalignedaccess'] %}
{% endif %}
{% if opts['common']['optimization.level'] != '' %}
{% endif %}
{% if opts['common']['optimization.messagelength'] %}
{% endif %}
{% if opts['common']['optimization.signedchar'] %}
{% endif %}
{% if opts['common']['optimization.functionsections'] %}
{% endif %}
{% if opts['common']['optimization.datasections'] %}
{% endif %}
{% if opts['common']['optimization.nocommon'] %}
{% endif %}
{% if opts['common']['optimization.noinlinefunctions'] %}
{% endif %}
{% if opts['common']['optimization.freestanding'] %}
{% endif %}
{% if opts['common']['optimization.nobuiltin'] %}
{% endif %}
{% if opts['common']['optimization.spconstant'] %}
{% endif %}
{% if opts['common']['optimization.PIC'] %}
{% endif %}
{% if opts['common']['optimization.nomoveloopinvariants'] %}
{% endif %}
{% if opts['common']['optimization.other'] != '' %}
{% endif %}
{% if opts['common']['warnings.syntaxonly'] %}
{% endif %}
{% if opts['common']['warnings.pedantic'] %}
{% endif %}
{% if opts['common']['warnings.pedanticerrors'] %}
{% endif %}
{% if opts['common']['warnings.nowarn'] %}
{% endif %}
{% if opts['common']['warnings.unused'] %}
{% endif %}
{% if opts['common']['warnings.uninitialized'] %}
{% endif %}
{% if opts['common']['warnings.allwarn'] %}
{% endif %}
{% if opts['common']['warnings.extrawarn'] %}
{% endif %}
{% if opts['common']['warnings.missingdeclaration'] %}
{% endif %}
{% if opts['common']['warnings.conversion'] %}
{% endif %}
{% if opts['common']['warnings.pointerarith'] %}
{% endif %}
{% if opts['common']['warnings.padded'] %}
{% endif %}
{% if opts['common']['warnings.shadow'] %}
{% endif %}
{% if opts['common']['warnings.logicalop'] %}
{% endif %}
{% if opts['common']['warnings.agreggatereturn'] %}
{% endif %}
{% if opts['common']['warnings.floatequal'] %}
{% endif %}
{% if opts['common']['warnings.toerrors'] %}
{% endif %}
{% if opts['common']['warnings.other'] != '' %}
{% endif %}
{% if opts['common']['debugging.level'] != 'none' %}
{% endif %}
{% if opts['common']['debugging.format'] != '' %}
{% endif %}
{% if opts['common']['debugging.prof'] %}
{% endif %}
{% if opts['common']['debugging.gprof'] %}
{% endif %}
{% if opts['as']['usepreprocessor'] %}
{% endif %}
{% if opts['as']['nostdinc'] %}
{% endif %}
{% if opts['as']['otherwarnings'] != '' %}
{% endif %}
{% if opts['as']['verbose'] %}
{% endif %}
{% if opts['as']['other'] != '' %}
{% endif %}
{% if opts['c']['nostdinc'] %}
{% endif %}
{% if opts['c']['compiler.std'] %}
{% endif %}
{% if opts['c']['otheroptimizations'] != '' %}
{% endif %}
{% if opts['c']['warnings.missingprototypes'] %}
{% endif %}
{% if opts['c']['warnings.strictprototypes'] %}
{% endif %}
{% if opts['c']['warnings.badfunctioncast'] %}
{% endif %}
{% if opts['c']['otherwarnings'] != '' %}
{% endif %}
{% if opts['c']['verbose'] %}
{% endif %}
{% if opts['c']['other'] != '' %}
{% endif %}
{% if opts['cpp']['nostdinc'] %}
{% endif %}
{% if opts['cpp']['nostdincpp'] %}
{% endif %}
{% if opts['cpp']['compiler.std'] %}
{% endif %}
{% if opts['cpp']['optimization.noexceptions'] %}
{% endif %}
{% if opts['cpp']['optimization.nortti'] %}
{% endif %}
{% if opts['cpp']['optimization.nousecxaatexit'] %}
{% endif %}
{% if opts['cpp']['optimization.nothreadsafestatics'] %}
{% endif %}
{% if opts['cpp']['otheroptimizations'] != '' %}
{% endif %}
{% if opts['cpp']['warnabi'] %}
{% endif %}
{% if opts['cpp']['warnings.ctordtorprivacy'] %}
{% endif %}
{% if opts['cpp']['warnings.noexcept'] %}
{% endif %}
{% if opts['cpp']['warnings.nonvirtualdtor'] %}
{% endif %}
{% if opts['cpp']['warnings.strictnullsentinel'] %}
{% endif %}
{% if opts['cpp']['warnings.signpromo'] %}
{% endif %}
{% if opts['cpp']['warneffc'] %}
{% endif %}
{% if opts['cpp']['otherwarnings'] != '' %}
{% endif %}
{% if opts['cpp']['verbose'] %}
{% endif %}
{% if opts['cpp']['other'] != '' %}
{% endif %}
{% if opts['ld']['gcsections'] %}
{% endif %}
{% if opts['ld']['nostart'] %}
{% endif %}
{% if opts['ld']['nodeflibs'] %}
{% endif %}
{% if opts['ld']['nostdlibs'] %}
{% endif %}
{% if opts['ld']['other'] != '' %}
{% endif %}
{% endfor %}
{% for cfg_key in options %}
{% set opts = options[cfg_key] %}
{% endfor %}
{% for cfg_key in options %}
{% set opts = options[cfg_key] %}
{% endfor %}