From f3125052cf16022d906163ffe1ba1513d4a026a0 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 3 May 2024 12:53:57 +0200 Subject: Remove local toolchain definition ... as Justbuild (>= 1.3.0~beta1) supports static linking for all intermediate binaries (protoc etc.) via setting TOOLCHAIN_CONFIG[BUILD_STATIC]. --- etc/toolchain/CC/TARGETS | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 etc/toolchain/CC/TARGETS (limited to 'etc/toolchain/CC/TARGETS') diff --git a/etc/toolchain/CC/TARGETS b/etc/toolchain/CC/TARGETS deleted file mode 100644 index cfbb1ae..0000000 --- a/etc/toolchain/CC/TARGETS +++ /dev/null @@ -1,6 +0,0 @@ -{ "defaults": - { "type": ["@", "rules", "CC", "defaults"] - , "base": [["@", "base", "CC", "defaults"]] - , "LDFLAGS": ["-static"] - } -} -- cgit v1.2.3