summaryrefslogtreecommitdiff
path: root/rules/CC/foreign/make/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-01 17:34:54 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-01 17:34:54 +0200
commit434c23f6c025435dd2e10150ff3465187d1f8cc9 (patch)
treea001959e3914a5dba016b871536d95219396cb14 /rules/CC/foreign/make/RULES
parent99af2e8c7075cf3a62826abdfd32aab3484a45b5 (diff)
parent7135061273b03ec076c46b440ce4f6415e4fea70 (diff)
downloadrules-cc-434c23f6c025435dd2e10150ff3465187d1f8cc9.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/foreign/make/RULES')
-rw-r--r--rules/CC/foreign/make/RULES10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/CC/foreign/make/RULES b/rules/CC/foreign/make/RULES
index 8278e3f..992ec2a 100644
--- a/rules/CC/foreign/make/RULES
+++ b/rules/CC/foreign/make/RULES
@@ -35,6 +35,7 @@
, "AR"
, "PREFIX"
, "BUILD_POSITION_INDEPENDENT"
+ , "TIMEOUT_SCALE"
]
, "implicit": {"defaults": [["CC", "defaults"]]}
, "field_doc":
@@ -164,6 +165,10 @@
, "is ignored if the field \"prefix\" is set."
]
, "BUILD_POSITION_INDEPENDENT": ["Build position independent code."]
+ , "TIMEOUT_SCALE":
+ [ "The scaling of the timeout for the invocation of the foreign build."
+ , "Defaults to 10."
+ ]
}
, "imports":
{ "stage_field": ["", "stage_singleton_field"]
@@ -317,6 +322,7 @@
, "AR"
, "PREFIX"
, "BUILD_POSITION_INDEPENDENT"
+ , "TIMEOUT_SCALE"
]
, "implicit":
{ "defaults": [["CC", "defaults"]]
@@ -490,6 +496,10 @@
, "is ignored if the field \"prefix\" is set."
]
, "BUILD_POSITION_INDEPENDENT": ["Build position independent code."]
+ , "TIMEOUT_SCALE":
+ [ "The scaling of the timeout for the invocation of the foreign build."
+ , "Defaults to 10."
+ ]
}
, "imports":
{ "stage_field": ["", "stage_singleton_field"]