beremiz

Let extensions know when configuration is new, to apply defaults.
py2compat
17 months ago, Edouard Tisserant
1772f66ebefa
Let extensions know when configuration is new, to apply defaults.

Add "new_config" member to CTN, True when config was just created.
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>