summaryrefslogtreecommitdiff
path: root/etc/toolchain/CC
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-10-24 17:13:19 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-10-24 17:13:19 +0200
commitb0f393ee319f62b8b7488deffd6625582f69f59d (patch)
tree67de670b024fff4ec54cf725fde7a11565f87f93 /etc/toolchain/CC
downloadjustbuild-static-binaries-b0f393ee319f62b8b7488deffd6625582f69f59d.tar.gz
Initial commit
Diffstat (limited to 'etc/toolchain/CC')
-rw-r--r--etc/toolchain/CC/TARGETS6
1 files changed, 6 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"]
+ }
+}