diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/toolchain/CC/TARGETS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/toolchain/CC/TARGETS b/etc/toolchain/CC/TARGETS index e5e5351c..06036918 100644 --- a/etc/toolchain/CC/TARGETS +++ b/etc/toolchain/CC/TARGETS @@ -38,6 +38,16 @@ } } } + , "ADD_LDFLAGS": + { "type": "lookup" + , "key": "ADD_LDFLAGS" + , "default": [] + , "map": + { "type": "var" + , "name": "TOOLCHAIN_CONFIG" + , "default": {"type": "empty_map"} + } + } } , "unknown": { "type": ["CC", "defaults"] |