summaryrefslogtreecommitdiff
path: root/CC/TARGETS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-03-21 13:44:59 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-04-23 15:26:15 +0200
commit95905ca12f6433916ba3c326685f3cdfd92ce89f (patch)
treea1ba8365b910ea45f4710def66ef73337907ffa8 /CC/TARGETS
parent293488e5c0fb4416e7ac0f60e3bf6348334dda82 (diff)
downloadrules-cc-95905ca12f6433916ba3c326685f3cdfd92ce89f.tar.gz
rules CC: Add DWP configuration variable
...defining the DWARF format packaging tool to use once debug fission is supported.
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..f629f7e 100644
--- a/CC/TARGETS
+++ b/CC/TARGETS
@@ -5,6 +5,7 @@
, "CFLAGS": []
, "CXXFLAGS": []
, "AR": ["ar"]
+ , "DWP": ["dwp"]
, "PATH": ["/bin", "/usr/bin"]
}
}