summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TARGETS6
1 files changed, 4 insertions, 2 deletions
diff --git a/TARGETS b/TARGETS
index cedee1e..fa600b0 100644
--- a/TARGETS
+++ b/TARGETS
@@ -2,13 +2,15 @@
, "just":
{ "type": "export"
, "target": "config"
- , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"]
+ , "flexible_config":
+ ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "DEBUG", "ENV"]
, "fixed_config": {"CONFIG_TARGET": ["@", "just", "", "installed just"]}
}
, "just-mr":
{ "type": "export"
, "target": "config"
- , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"]
+ , "flexible_config":
+ ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "DEBUG", "ENV"]
, "fixed_config": {"CONFIG_TARGET": ["@", "just", "", "installed just-mr"]}
}
, "config":