summaryrefslogtreecommitdiff
path: root/toolchains
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-01 14:02:24 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-01 14:02:24 +0200
commit9b2c4f98ce41d108df91880888274f0344706361 (patch)
tree77b4500710e01088a22eae95f7506c564d476e65 /toolchains
parente66170d0e61426f5443e7957bcd52b65b067653b (diff)
downloadbootstrappable-toolchain-9b2c4f98ce41d108df91880888274f0344706361.tar.gz
complier+tools.TARGETS: fix reference to toolchain defaults
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/shell/compiler+tools.TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchains/shell/compiler+tools.TARGETS b/toolchains/shell/compiler+tools.TARGETS
index f081d9f..6d4aae1 100644
--- a/toolchains/shell/compiler+tools.TARGETS
+++ b/toolchains/shell/compiler+tools.TARGETS
@@ -6,6 +6,6 @@
}
, "defaults (unexported)":
{ "type": ["@", "rules", "shell", "defaults"]
- , "base": [["@", "busybox", "shell", "defaults"]]
+ , "base": [["@", "tools", "shell", "defaults"]]
}
}