summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-08-25 17:05:45 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-08-25 17:12:24 +0200
commit23ee85a45ec45aea7e1c35da2d473a6c156a373e (patch)
tree2095e337bef38ebf45a8d10ca78ad7148aadffe1
parent9b251213aba19e9e87397409879e60f1b82dc7d2 (diff)
downloadrules-cc-23ee85a45ec45aea7e1c35da2d473a6c156a373e.tar.gz
defaults: Add defaults for foreign build tools
-rw-r--r--etc/defaults/CC/foreign/TARGETS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/defaults/CC/foreign/TARGETS b/etc/defaults/CC/foreign/TARGETS
new file mode 100644
index 0000000..5fbb6a9
--- /dev/null
+++ b/etc/defaults/CC/foreign/TARGETS
@@ -0,0 +1,7 @@
+{ "defaults":
+ { "type": ["CC/foreign", "defaults"]
+ , "MAKE": ["make"]
+ , "CMAKE": ["cmake"]
+ , "PATH": ["/bin", "/usr/bin"]
+ }
+}