summaryrefslogtreecommitdiff
path: root/transitions/EXPRESSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'transitions/EXPRESSIONS')
-rw-r--r--transitions/EXPRESSIONS13
1 files changed, 0 insertions, 13 deletions
diff --git a/transitions/EXPRESSIONS b/transitions/EXPRESSIONS
deleted file mode 100644
index 8ea7550..0000000
--- a/transitions/EXPRESSIONS
+++ /dev/null
@@ -1,13 +0,0 @@
-{ "for host":
- { "vars": ["ARCH", "HOST_ARCH"]
- , "expression":
- { "type": "singleton_map"
- , "key": "TARGET_ARCH"
- , "value":
- { "type": "var"
- , "name": "HOST_ARCH"
- , "default": {"type": "var", "name": "ARCH"}
- }
- }
- }
-}