From 9b2c4f98ce41d108df91880888274f0344706361 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 1 Jul 2024 14:02:24 +0200 Subject: complier+tools.TARGETS: fix reference to toolchain defaults --- toolchains/shell/compiler+tools.TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchains/shell/compiler+tools.TARGETS') 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"]] } } -- cgit v1.2.3