summaryrefslogtreecommitdiff
path: root/CC/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-11-30 18:33:29 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-12-16 17:18:01 +0100
commit606575738c3489fb9a23b772bfe8f9d29236c96b (patch)
tree10cc621e4a139831179955f38ae94646aae790e6 /CC/TARGETS
parent0712694ea67f84a30058109d41f37ff96c37558d (diff)
downloadrules-cc-606575738c3489fb9a23b772bfe8f9d29236c96b.tar.gz
rules: Add support for "LDFLAGS" and "ADD_LDFLAGS"
Diffstat (limited to 'CC/TARGETS')
-rw-r--r--CC/TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/TARGETS b/CC/TARGETS
index 2da456b..8860e8b 100644
--- a/CC/TARGETS
+++ b/CC/TARGETS
@@ -4,6 +4,7 @@
, "CXX": ["c++"]
, "CFLAGS": []
, "CXXFLAGS": []
+ , "LDFLAGS": []
, "AR": ["ar"]
, "PATH": ["/bin", "/usr/bin"]
}