From 060a0cf338d6024eee37cc344c224fe3bcb78e81 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 20 Oct 2023 16:07:58 +0200 Subject: Initial commit --- toolchains/CC/foreign/tools-all.TARGETS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 toolchains/CC/foreign/tools-all.TARGETS (limited to 'toolchains/CC/foreign/tools-all.TARGETS') diff --git a/toolchains/CC/foreign/tools-all.TARGETS b/toolchains/CC/foreign/tools-all.TARGETS new file mode 100644 index 0000000..260bc43 --- /dev/null +++ b/toolchains/CC/foreign/tools-all.TARGETS @@ -0,0 +1,10 @@ +{ "defaults": + { "type": ["@", "rules", "CC/foreign", "defaults"] + , "base": + [ ["@", "busybox", "CC/foreign", "defaults"] + , ["@", "make", "CC/foreign", "defaults"] + , ["@", "cmake", "CC/foreign", "defaults"] + , ["@", "python", "CC/foreign", "defaults"] + ] + } +} -- cgit v1.2.3