From b0f393ee319f62b8b7488deffd6625582f69f59d Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 24 Oct 2023 17:13:19 +0200 Subject: Initial commit --- etc/toolchain/CC/TARGETS | 6 ++++++ etc/toolchain/patch/TARGETS | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 etc/toolchain/CC/TARGETS create mode 100644 etc/toolchain/patch/TARGETS (limited to 'etc/toolchain') diff --git a/etc/toolchain/CC/TARGETS b/etc/toolchain/CC/TARGETS new file mode 100644 index 0000000..b78a4f8 --- /dev/null +++ b/etc/toolchain/CC/TARGETS @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["@", "rules", "CC", "defaults"] + , "base": [["@", "base", "CC", "defaults"]] + , "LDFLAGS": ["-static", "-s"] + } +} diff --git a/etc/toolchain/patch/TARGETS b/etc/toolchain/patch/TARGETS new file mode 100644 index 0000000..c8a2ad9 --- /dev/null +++ b/etc/toolchain/patch/TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": ["@", "rules", "patch", "defaults"] + , "base": [["@", "base", "patch", "defaults"]] + } +} -- cgit v1.2.3