From bbf9c52ada2d028bf32b047b67a31c9331a6cf53 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 26 Sep 2024 14:48:58 +0200 Subject: ["CC/foreign", "defaults"] of stage-1: drop busybox ... as that is brought in by the shell toolchain anyway. In that way, we can also drop setting "PATH" and hence get rid of the assumption that variable-expansion happens in "PATH" strings. --- etc/defaults/CC/foreign/stage-1.TARGETS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/CC/foreign/stage-1.TARGETS b/etc/defaults/CC/foreign/stage-1.TARGETS index b1219fe..242e44e 100644 --- a/etc/defaults/CC/foreign/stage-1.TARGETS +++ b/etc/defaults/CC/foreign/stage-1.TARGETS @@ -1,17 +1,10 @@ { "defaults": { "type": ["CC/foreign", "defaults"] , "MAKE": ["make/bin/make"] - , "toolchain": ["staged-make", "staged-busybox"] - , "PATH": - [ "$(TOOLCHAIN)/make/bin" - , "$(TOOLCHAIN)/busybox/bin" - , "$(TOOLCHAIN)/busybox/usr/bin" - ] + , "toolchain": ["staged-make"] } , "staged-make": {"type": "install", "dirs": [[["@", "make", "", "toolchain"], "make"]]} -, "staged-busybox": - {"type": "install", "dirs": [[["@", "busybox", "", "toolchain"], "busybox"]]} , "expand_exec": { "type": "configure" , "target": ["@", "stage-0", "CC/foreign", "expand_exec"] -- cgit v1.2.3