From d77f5f3e70e404cabb39c1b8efde92fa83ba5835 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 9 Jan 2024 16:11:15 +0100 Subject: repos: Refactor rules/static-build to rules/tools ... as those rules are only used by tools. --- etc/defaults/CC/foreign/tools.TARGETS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/defaults/CC/foreign/tools.TARGETS (limited to 'etc/defaults/CC/foreign/tools.TARGETS') diff --git a/etc/defaults/CC/foreign/tools.TARGETS b/etc/defaults/CC/foreign/tools.TARGETS new file mode 100644 index 0000000..32ae01b --- /dev/null +++ b/etc/defaults/CC/foreign/tools.TARGETS @@ -0,0 +1,15 @@ +{ "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" + ] + } +, "staged-make": + {"type": "install", "dirs": [[["@", "make", "", "toolchain"], "make"]]} +, "staged-busybox": + {"type": "install", "dirs": [[["@", "busybox", "", "toolchain"], "busybox"]]} +} -- cgit v1.2.3