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/static-build.TARGETS | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 etc/defaults/CC/static-build.TARGETS (limited to 'etc/defaults/CC/static-build.TARGETS') diff --git a/etc/defaults/CC/static-build.TARGETS b/etc/defaults/CC/static-build.TARGETS deleted file mode 100644 index 4b74449..0000000 --- a/etc/defaults/CC/static-build.TARGETS +++ /dev/null @@ -1,12 +0,0 @@ -{ "defaults": - { "type": ["CC", "defaults"] - , "CC": ["gcc/bin/gcc"] - , "CXX": ["gcc/bin/g++"] - , "AR": ["gcc/bin/ar"] - , "LDFLAGS": ["-static"] - , "toolchain": ["staged-gcc"] - , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"] - } -, "staged-gcc": - {"type": "install", "dirs": [[["@", "gcc-musl", "", "toolchain"], "gcc"]]} -} -- cgit v1.2.3