diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-20 16:20:30 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-20 16:20:30 +0100 |
commit | 89b76f2558da0c41280b9eb389384824babfbef6 (patch) | |
tree | 489057736f3fcc4f9e14bcb27e14eb0effbd815a /rules/CC/test | |
parent | 25981eeccf645ddc6338bed0b159014f210f4326 (diff) | |
parent | e75f101e8b988adb458e594ffaaaebc0c01f65df (diff) | |
download | rules-cc-89b76f2558da0c41280b9eb389384824babfbef6.tar.gz |
Merge commit 'e75f101e8b988adb458e594ffaaaebc0c01f65df' into rules-cc
Diffstat (limited to 'rules/CC/test')
-rw-r--r-- | rules/CC/test/RULES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES index 60f33ab..b46d6b0 100644 --- a/rules/CC/test/RULES +++ b/rules/CC/test/RULES @@ -115,6 +115,8 @@ , "link-args-deps": ["./", "..", "link-args-deps"] , "run-libs-deps": ["./", "..", "run-libs-deps"] , "run-libs-args-deps": ["./", "..", "run-libs-args-deps"] + , "cflags-files-deps": ["./", "..", "cflags-files-deps"] + , "ldflags-files-deps": ["./", "..", "ldflags-files-deps"] , "binary": ["./", "..", "bin artifact"] , "host transition": ["transitions", "for host"] } @@ -163,6 +165,9 @@ , ["defaults-transition", {"type": "var", "name": "host-trans"}] , ["deps-transition", {"type": "var", "name": "host-trans"}] , ["deps-fieldnames", ["private-deps"]] + , [ "cflags-files" + , {"type": "CALL_EXPRESSION", "name": "cflags-files-deps"} + ] , ["compile-deps", {"type": "CALL_EXPRESSION", "name": "compile-deps"}] , [ "compile-args" , { "type": "++" @@ -178,6 +183,9 @@ ] } ] + , [ "ldflags-files" + , {"type": "CALL_EXPRESSION", "name": "ldflags-files-deps"} + ] , ["link-deps", {"type": "CALL_EXPRESSION", "name": "link-deps"}] , [ "link-args" , { "type": "++" |