summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchains/busybox.TARGETS6
-rw-r--r--toolchains/clang.TARGETS6
-rw-r--r--toolchains/cmake.TARGETS6
-rw-r--r--toolchains/compiler+tools.TARGETS6
-rw-r--r--toolchains/gcc.TARGETS6
-rw-r--r--toolchains/python.TARGETS6
-rw-r--r--toolchains/tools-all.TARGETS6
7 files changed, 42 insertions, 0 deletions
diff --git a/toolchains/busybox.TARGETS b/toolchains/busybox.TARGETS
index 53e5b24..6b48931 100644
--- a/toolchains/busybox.TARGETS
+++ b/toolchains/busybox.TARGETS
@@ -1,3 +1,9 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{"type": "install", "dirs": [[["@", "busybox", "", "toolchain"], "."]]}
}
diff --git a/toolchains/clang.TARGETS b/toolchains/clang.TARGETS
index 8cdc4a3..2c99d06 100644
--- a/toolchains/clang.TARGETS
+++ b/toolchains/clang.TARGETS
@@ -1,3 +1,9 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{"type": "install", "dirs": [[["@", "clang", "", "toolchain"], "."]]}
}
diff --git a/toolchains/cmake.TARGETS b/toolchains/cmake.TARGETS
index bb16198..535ca2f 100644
--- a/toolchains/cmake.TARGETS
+++ b/toolchains/cmake.TARGETS
@@ -1,3 +1,9 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{"type": "install", "dirs": [[["@", "cmake", "", "toolchain"], "."]]}
}
diff --git a/toolchains/compiler+tools.TARGETS b/toolchains/compiler+tools.TARGETS
index 0f21c76..da7667c 100644
--- a/toolchains/compiler+tools.TARGETS
+++ b/toolchains/compiler+tools.TARGETS
@@ -1,4 +1,10 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{ "type": "install"
, "dirs":
[ [["@", "tools", "", "toolchain"], "."]
diff --git a/toolchains/gcc.TARGETS b/toolchains/gcc.TARGETS
index 4c129eb..acd7a17 100644
--- a/toolchains/gcc.TARGETS
+++ b/toolchains/gcc.TARGETS
@@ -1,3 +1,9 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{"type": "install", "dirs": [[["@", "gcc", "", "toolchain"], "."]]}
}
diff --git a/toolchains/python.TARGETS b/toolchains/python.TARGETS
index 14e16c0..976f365 100644
--- a/toolchains/python.TARGETS
+++ b/toolchains/python.TARGETS
@@ -1,3 +1,9 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{"type": "install", "dirs": [[["@", "python", "", "toolchain"], "."]]}
}
diff --git a/toolchains/tools-all.TARGETS b/toolchains/tools-all.TARGETS
index 2330537..d41820a 100644
--- a/toolchains/tools-all.TARGETS
+++ b/toolchains/tools-all.TARGETS
@@ -1,4 +1,10 @@
{ "toolchain":
+ { "type": "export"
+ , "target": "toolchain (unexported)"
+ , "flexible_config":
+ ["ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV", "BUILD_ARCH"]
+ }
+, "toolchain (unexported)":
{ "type": "install"
, "dirs":
[ [["@", "busybox", "", "toolchain"], "busybox"]