diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-12 15:35:44 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-12 17:01:54 +0200 |
commit | 45171532f2d76037aab146be8fb61faa8a7a7852 (patch) | |
tree | 753136b5fb41de51c8aacc0ac2f0d4e4558c0c29 /toolchains/tools-all.TARGETS | |
parent | e39a6e6414d2879976fe31c4169e0d044d132916 (diff) | |
download | bootstrappable-toolchain-45171532f2d76037aab146be8fb61faa8a7a7852.tar.gz |
export toolchains
Those are a documented entry-point for the bootstrappable toolchain.
As such, they should be export targets, so the bootstrappable toolchain
can be used as an entirely absent repository.
Diffstat (limited to 'toolchains/tools-all.TARGETS')
-rw-r--r-- | toolchains/tools-all.TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
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"] |