summaryrefslogtreecommitdiff
path: root/toolchains/patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/patch')
-rw-r--r--toolchains/patch/busybox.TARGETS6
-rw-r--r--toolchains/patch/compiler+tools.TARGETS6
-rw-r--r--toolchains/patch/tools-all.TARGETS6
3 files changed, 18 insertions, 0 deletions
diff --git a/toolchains/patch/busybox.TARGETS b/toolchains/patch/busybox.TARGETS
index e027085..fba575c 100644
--- a/toolchains/patch/busybox.TARGETS
+++ b/toolchains/patch/busybox.TARGETS
@@ -1,4 +1,10 @@
{ "defaults":
+ { "type": "export"
+ , "target": "defaults (unexported)"
+ , "flexible_config":
+ ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
+ }
+, "defaults (unexported)":
{ "type": ["@", "rules", "patch", "defaults"]
, "PATCH": ["busybox/usr/bin/patch"]
, "toolchain": ["staged-busybox"]
diff --git a/toolchains/patch/compiler+tools.TARGETS b/toolchains/patch/compiler+tools.TARGETS
index 86297fe..3f16919 100644
--- a/toolchains/patch/compiler+tools.TARGETS
+++ b/toolchains/patch/compiler+tools.TARGETS
@@ -1,4 +1,10 @@
{ "defaults":
+ { "type": "export"
+ , "target": "defaults (unexported)"
+ , "flexible_config":
+ ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
+ }
+, "defaults (unexported)":
{ "type": ["@", "rules", "patch", "defaults"]
, "base": [["@", "tools", "patch", "defaults"]]
}
diff --git a/toolchains/patch/tools-all.TARGETS b/toolchains/patch/tools-all.TARGETS
index 0dd1455..9eeb7e8 100644
--- a/toolchains/patch/tools-all.TARGETS
+++ b/toolchains/patch/tools-all.TARGETS
@@ -1,4 +1,10 @@
{ "defaults":
+ { "type": "export"
+ , "target": "defaults (unexported)"
+ , "flexible_config":
+ ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
+ }
+, "defaults (unexported)":
{ "type": ["@", "rules", "patch", "defaults"]
, "base": [["@", "busybox", "patch", "defaults"]]
}