From 2e576bd0dddc5117565e1e59e87d5d09880106d3 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 16 May 2024 10:09:40 +0200 Subject: shell toolchain: for the time being, use host Now that the rules-cc support toolchain definitions for the shell, document the current status quo that the shell is (still) taken from host. --- toolchains/shell/busybox.TARGETS | 3 +++ toolchains/shell/cmake.TARGETS | 3 +++ toolchains/shell/compiler+tools.TARGETS | 3 +++ toolchains/shell/make.TARGETS | 3 +++ toolchains/shell/python.TARGETS | 3 +++ toolchains/shell/tools-all.TARGETS | 3 +++ 6 files changed, 18 insertions(+) create mode 100644 toolchains/shell/busybox.TARGETS create mode 100644 toolchains/shell/cmake.TARGETS create mode 100644 toolchains/shell/compiler+tools.TARGETS create mode 100644 toolchains/shell/make.TARGETS create mode 100644 toolchains/shell/python.TARGETS create mode 100644 toolchains/shell/tools-all.TARGETS diff --git a/toolchains/shell/busybox.TARGETS b/toolchains/shell/busybox.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/busybox.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} diff --git a/toolchains/shell/cmake.TARGETS b/toolchains/shell/cmake.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/cmake.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} diff --git a/toolchains/shell/compiler+tools.TARGETS b/toolchains/shell/compiler+tools.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/compiler+tools.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} diff --git a/toolchains/shell/make.TARGETS b/toolchains/shell/make.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/make.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} diff --git a/toolchains/shell/python.TARGETS b/toolchains/shell/python.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/python.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} diff --git a/toolchains/shell/tools-all.TARGETS b/toolchains/shell/tools-all.TARGETS new file mode 100644 index 0000000..84a1b25 --- /dev/null +++ b/toolchains/shell/tools-all.TARGETS @@ -0,0 +1,3 @@ +{ "defaults": {"type": "export", "target": "defaults (unexported)"} +, "defaults (unexported)": {"type": "defaults"} +} -- cgit v1.2.3