diff options
Diffstat (limited to 'etc/toolchain')
-rw-r--r-- | etc/toolchain/CC/TARGETS | 6 | ||||
-rw-r--r-- | etc/toolchain/patch/TARGETS | 5 |
2 files changed, 0 insertions, 11 deletions
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"] - } -} diff --git a/etc/toolchain/patch/TARGETS b/etc/toolchain/patch/TARGETS deleted file mode 100644 index c8a2ad9..0000000 --- a/etc/toolchain/patch/TARGETS +++ /dev/null @@ -1,5 +0,0 @@ -{ "defaults": - { "type": ["@", "rules", "patch", "defaults"] - , "base": [["@", "base", "patch", "defaults"]] - } -} |