summaryrefslogtreecommitdiff
path: root/CC/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'CC/TARGETS')
-rw-r--r--CC/TARGETS12
1 files changed, 0 insertions, 12 deletions
diff --git a/CC/TARGETS b/CC/TARGETS
deleted file mode 100644
index 118c9af..0000000
--- a/CC/TARGETS
+++ /dev/null
@@ -1,12 +0,0 @@
-{ "defaults":
- { "type": ["CC", "defaults"]
- , "CC": ["cc"]
- , "CXX": ["c++"]
- , "CFLAGS": []
- , "CXXFLAGS": []
- , "LDFLAGS": []
- , "AR": ["ar"]
- , "DWP": ["dwp"]
- , "PATH": ["/bin", "/usr/bin"]
- }
-}