diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-16 10:09:40 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-16 11:44:40 +0200 |
commit | 2e576bd0dddc5117565e1e59e87d5d09880106d3 (patch) | |
tree | ddeeee408bfb4d81f3a938fd61ceef3f0360d086 /toolchains/shell/make.TARGETS | |
parent | 89dc13243b7311669e5e4ad0ff8abbc0c7216dfd (diff) | |
download | bootstrappable-toolchain-2e576bd0dddc5117565e1e59e87d5d09880106d3.tar.gz |
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.
Diffstat (limited to 'toolchains/shell/make.TARGETS')
-rw-r--r-- | toolchains/shell/make.TARGETS | 3 |
1 files changed, 3 insertions, 0 deletions
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"} +} |