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/busybox.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/busybox.TARGETS')
-rw-r--r-- | toolchains/busybox.TARGETS | 6 |
1 files changed, 6 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"], "."]]} } |