summaryrefslogtreecommitdiff
path: root/toolchains/gcc.TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-12 15:35:44 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-12 17:01:54 +0200
commit45171532f2d76037aab146be8fb61faa8a7a7852 (patch)
tree753136b5fb41de51c8aacc0ac2f0d4e4558c0c29 /toolchains/gcc.TARGETS
parente39a6e6414d2879976fe31c4169e0d044d132916 (diff)
downloadbootstrappable-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/gcc.TARGETS')
-rw-r--r--toolchains/gcc.TARGETS6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchains/gcc.TARGETS b/toolchains/gcc.TARGETS
index 4c129eb..acd7a17 100644
--- a/toolchains/gcc.TARGETS
+++ b/toolchains/gcc.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": [[["@", "gcc", "", "toolchain"], "."]]}
}