diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-01 14:02:24 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-01 14:02:24 +0200 |
commit | 9b2c4f98ce41d108df91880888274f0344706361 (patch) | |
tree | 77b4500710e01088a22eae95f7506c564d476e65 /toolchains | |
parent | e66170d0e61426f5443e7957bcd52b65b067653b (diff) | |
download | bootstrappable-toolchain-9b2c4f98ce41d108df91880888274f0344706361.tar.gz |
complier+tools.TARGETS: fix reference to toolchain defaults
Diffstat (limited to 'toolchains')
-rw-r--r-- | toolchains/shell/compiler+tools.TARGETS | 2 |
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"]] } } |