diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
commit | c4a354c421f88db5e2683dc351d321f8c8749be5 (patch) | |
tree | 05028975a45b75fd9fe667b39c05ba4f6d10dc09 /rules/CC/auto | |
parent | 8d361c3444d19fa210aaf9ea26f482bce3b3f16d (diff) | |
parent | b713d5f62fcd223f48565d1a2fda013ab1239c43 (diff) | |
download | rules-cc-c4a354c421f88db5e2683dc351d321f8c8749be5.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/auto')
-rw-r--r-- | rules/CC/auto/RULES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/CC/auto/RULES b/rules/CC/auto/RULES index 860db01..b1419fb 100644 --- a/rules/CC/auto/RULES +++ b/rules/CC/auto/RULES @@ -22,6 +22,7 @@ , "include path. Useful for providing additional header files to values" , "given in \"have_{cfile,cxxfile,ctype,cxxtype,csymbol,cxxsymbol}\"." ] + , "defaults": ["The C/C++ toolchain to use"] } , "config_doc": { "CC": @@ -1032,6 +1033,7 @@ , "defined in the config field \"defines\"." ] , "@only": ["If set, only replace @VAR@ and not ${VAR}"] + , "runner": ["The program generating the header file from the template."] } , "config_doc": { "defines": |