|
28 | 28 | <option id="com.crt.advproject.cpp.thumb.509442564" name="Thumb mode" superClass="com.crt.advproject.cpp.thumb" value="true" valueType="boolean"/>
|
29 | 29 | <option id="gnu.cpp.compiler.option.preprocessor.def.347637870" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
|
30 | 30 | <listOptionValue builtIn="false" value="__NEWLIB__"/>
|
31 |
| - <listOptionValue builtIn="false" value="TOOLCHAIN_GCC_CR"/> |
32 |
| - <listOptionValue builtIn="false" value="TARGET_LPC1768"/> |
33 | 31 | <listOptionValue builtIn="false" value="__CODE_RED"/>
|
34 | 32 | <listOptionValue builtIn="false" value="CPP_USE_HEAP"/>
|
| 33 | + {% for s in symbols %} |
| 34 | + <listOptionValue builtIn="false" value="{{s}}"/> |
| 35 | + {% endfor %} |
35 | 36 | </option>
|
36 | 37 | <option id="gnu.cpp.compiler.option.other.other.1100343989" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-exceptions" valueType="string"/>
|
37 | 38 |
|
|
49 | 50 | <option id="com.crt.advproject.gcc.hdrlib.784082637" name="Use headers for C library" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.newlib" valueType="enumerated"/>
|
50 | 51 | <option id="gnu.c.compiler.option.preprocessor.def.symbols.1824535269" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols">
|
51 | 52 | <listOptionValue builtIn="false" value="__NEWLIB__"/>
|
52 |
| - <listOptionValue builtIn="false" value="TOOLCHAIN_GCC_CR"/> |
53 |
| - <listOptionValue builtIn="false" value="TARGET_LPC1768"/> |
54 | 53 | <listOptionValue builtIn="false" value="__CODE_RED"/>
|
55 | 54 | <listOptionValue builtIn="false" value="CPP_USE_HEAP"/>
|
| 55 | + {% for s in symbols %} |
| 56 | + <listOptionValue builtIn="false" value="{{s}}"/> |
| 57 | + {% endfor %} |
56 | 58 | </option>
|
57 | 59 | <option id="gnu.c.compiler.option.misc.other.1521041525" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-exceptions" valueType="string"/>
|
58 | 60 |
|
|
941 | 943 | <option id="com.crt.advproject.cpp.thumb.189747400" name="Thumb mode" superClass="com.crt.advproject.cpp.thumb" value="true" valueType="boolean"/>
|
942 | 944 | <option id="gnu.cpp.compiler.option.preprocessor.def.874410253" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" valueType="definedSymbols">
|
943 | 945 | <listOptionValue builtIn="false" value="__NEWLIB__"/>
|
944 |
| - <listOptionValue builtIn="false" value="TOOLCHAIN_GCC_CR"/> |
945 |
| - <listOptionValue builtIn="false" value="TARGET_LPC1768"/> |
946 | 946 | <listOptionValue builtIn="false" value="__CODE_RED"/>
|
947 | 947 | <listOptionValue builtIn="false" value="CPP_USE_HEAP"/>
|
| 948 | + {% for s in symbols %} |
| 949 | + <listOptionValue builtIn="false" value="{{s}}"/> |
| 950 | + {% endfor %} |
948 | 951 | </option>
|
949 | 952 | <option id="gnu.cpp.compiler.option.other.other.1338090461" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-exceptions" valueType="string"/>
|
950 | 953 | <option id="gnu.cpp.compiler.option.optimization.flags.475225500" name="Other optimization flags" superClass="gnu.cpp.compiler.option.optimization.flags" value="-Os" valueType="string"/>
|
|
963 | 966 | <option id="com.crt.advproject.gcc.hdrlib.966879133" name="Use headers for C library" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.newlib" valueType="enumerated"/>
|
964 | 967 | <option id="gnu.c.compiler.option.preprocessor.def.symbols.740543529" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols">
|
965 | 968 | <listOptionValue builtIn="false" value="__NEWLIB__"/>
|
966 |
| - <listOptionValue builtIn="false" value="TOOLCHAIN_GCC_CR"/> |
967 |
| - <listOptionValue builtIn="false" value="TARGET_LPC1768"/> |
968 | 969 | <listOptionValue builtIn="false" value="__CODE_RED"/>
|
969 | 970 | <listOptionValue builtIn="false" value="CPP_USE_HEAP"/>
|
| 971 | + {% for s in symbols %} |
| 972 | + <listOptionValue builtIn="false" value="{{s}}"/> |
| 973 | + {% endfor %} |
970 | 974 | </option>
|
971 | 975 | <option id="gnu.c.compiler.option.misc.other.2015545820" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-exceptions" valueType="string"/>
|
972 | 976 | <option id="gnu.c.compiler.option.optimization.flags.675461365" name="Other optimization flags" superClass="gnu.c.compiler.option.optimization.flags" value="-Os" valueType="string"/>
|
|
0 commit comments