From 45171532f2d76037aab146be8fb61faa8a7a7852 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 12 Jun 2025 15:35:44 +0200 Subject: 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. --- toolchains/clang.TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toolchains/clang.TARGETS') 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"], "."]]} } -- cgit v1.2.3