diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-29 15:48:57 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-29 15:48:57 +0200 |
commit | c010fe7ee1b3df042cc4f00260bef5ef98590725 (patch) | |
tree | dfba58af63fa0bacca0cd38af2f06afbfe456d98 /patch/RULES | |
parent | e19b55e9101b77146a9b71d3299097f6b23b0ea6 (diff) | |
download | rules-cc-c010fe7ee1b3df042cc4f00260bef5ef98590725.tar.gz |
rule ["patch", "defaults"]: remove unused config variable "TARGET_ARCH"
Diffstat (limited to 'patch/RULES')
-rw-r--r-- | patch/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/RULES b/patch/RULES index d14f950..f57094a 100644 --- a/patch/RULES +++ b/patch/RULES @@ -26,7 +26,7 @@ , "with \":\". Specifying this field extends values from \"base\"." ] } - , "config_vars": ["ARCH", "HOST_ARCH", "TARGET_ARCH"] + , "config_vars": ["ARCH", "HOST_ARCH"] , "imports": { "base-provides": ["CC", "defaults-base-provides"] , "base-provides-list": ["CC", "defaults-base-provides-list"] |