summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/static-build.TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/defaults/CC/static-build.TARGETS')
-rw-r--r--etc/defaults/CC/static-build.TARGETS12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/defaults/CC/static-build.TARGETS b/etc/defaults/CC/static-build.TARGETS
deleted file mode 100644
index 4b74449..0000000
--- a/etc/defaults/CC/static-build.TARGETS
+++ /dev/null
@@ -1,12 +0,0 @@
-{ "defaults":
- { "type": ["CC", "defaults"]
- , "CC": ["gcc/bin/gcc"]
- , "CXX": ["gcc/bin/g++"]
- , "AR": ["gcc/bin/ar"]
- , "LDFLAGS": ["-static"]
- , "toolchain": ["staged-gcc"]
- , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"]
- }
-, "staged-gcc":
- {"type": "install", "dirs": [[["@", "gcc-musl", "", "toolchain"], "gcc"]]}
-}