summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/CC/foreign/stage-0.TARGETS21
1 files changed, 20 insertions, 1 deletions
diff --git a/etc/defaults/CC/foreign/stage-0.TARGETS b/etc/defaults/CC/foreign/stage-0.TARGETS
index 8b2aad4..1da6276 100644
--- a/etc/defaults/CC/foreign/stage-0.TARGETS
+++ b/etc/defaults/CC/foreign/stage-0.TARGETS
@@ -1 +1,20 @@
-{"defaults": {"type": ["CC/foreign", "defaults"]}}
+{ "defaults": {"type": ["CC/foreign", "defaults"]}
+, "expand_exec":
+ { "type": "export"
+ , "target": "expand_exec (binary)"
+ , "flexible_config":
+ [ "TOOLCHAIN_CONFIG"
+ , "ARCH"
+ , "BUILD_ARCH"
+ , "HOST_ARCH"
+ , "TARGET_ARCH"
+ , "ENV"
+ ]
+ }
+, "expand_exec (binary)":
+ { "type": ["CC", "binary"]
+ , "srcs": ["expand_exec.c"]
+ , "name": ["expand_exec"]
+ , "pure C": [""]
+ }
+}