summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2024-09-10 18:07:32 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2024-09-10 18:07:32 +0200
commit363abcecfc2e486892018401a1b8816b78b6fdd1 (patch)
tree996febea04e46baafbbdfe863c29a93a0e5ba817 /rules
parentc66c9533e14ee28b05d10811506c0c1b09ff61c4 (diff)
parent17517c0df575cc9e395f2485e84f8f6112320e26 (diff)
downloadrules-cc-363abcecfc2e486892018401a1b8816b78b6fdd1.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules')
-rw-r--r--rules/CC/EXPRESSIONS5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/CC/EXPRESSIONS b/rules/CC/EXPRESSIONS
index 3ca2bee..ffff826 100644
--- a/rules/CC/EXPRESSIONS
+++ b/rules/CC/EXPRESSIONS
@@ -2177,8 +2177,8 @@
, [ "cflags-files"
, {"type": "CALL_EXPRESSION", "name": "cflags-files-deps"}
]
- , ["link-deps", {"type": "CALL_EXPRESSION", "name": "link-deps"}]
- , ["link-args", {"type": "CALL_EXPRESSION", "name": "link-args-deps"}]
+ , ["link-deps", {"type": "empty_map"}]
+ , ["link-args", []]
, [ "run-libs"
, { "type": "map_union"
, "$1":
@@ -2194,7 +2194,6 @@
, "$1":
[ {"type": "keys", "$1": {"type": "var", "name": "lib"}}
, {"type": "var", "name": "ldflags", "default": []}
- , {"type": "CALL_EXPRESSION", "name": "run-libs-args-deps"}
]
}
}