summaryrefslogtreecommitdiff
path: root/etc/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'etc/toolchain')
-rw-r--r--etc/toolchain/CC/TARGETS6
-rw-r--r--etc/toolchain/patch/TARGETS5
2 files changed, 11 insertions, 0 deletions
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"]]
+ }
+}