From 86c4f55b6f578bfae74ab35151c1e4425b7e1fd1 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 22 Feb 2022 17:03:21 +0100 Subject: Initial self-hosting commit This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche Co-authored-by: Victor Moreno --- transitions/EXPRESSIONS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 transitions/EXPRESSIONS (limited to 'transitions/EXPRESSIONS') diff --git a/transitions/EXPRESSIONS b/transitions/EXPRESSIONS new file mode 100644 index 0000000..8ea7550 --- /dev/null +++ b/transitions/EXPRESSIONS @@ -0,0 +1,13 @@ +{ "for host": + { "vars": ["ARCH", "HOST_ARCH"] + , "expression": + { "type": "singleton_map" + , "key": "TARGET_ARCH" + , "value": + { "type": "var" + , "name": "HOST_ARCH" + , "default": {"type": "var", "name": "ARCH"} + } + } + } +} -- cgit v1.2.3