Mercurial > lcfOS
diff python/zcc.py @ 336:d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
author | Windel Bouwman |
---|---|
date | Wed, 19 Feb 2014 22:32:15 +0100 |
parents | 6f4753202b9a |
children | 86b02c98a717 |
line wrap: on
line diff
--- a/python/zcc.py Mon Feb 17 20:41:30 2014 +0100 +++ b/python/zcc.py Wed Feb 19 22:32:15 2014 +0100 @@ -97,7 +97,9 @@ for i in inputs: task = self.load_dict(i) objs.append(task.output) - self.runner.add_task(Link(objs, None)) + layout = value['layout'] + output = self.relpath(value['output']) + self.runner.add_task(Link(objs, layout, output)) def handle_apps(self, value): for a in value: