From ccf1ea2420693113b605e2862a180ff7882dc149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 5 May 2019 00:00:00 +0000 Subject: [PATCH] common: define missing 'ld' variable, this broke m5 build --- common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common.py b/common.py index 0411f25..23be3a0 100644 --- a/common.py +++ b/common.py @@ -922,6 +922,7 @@ lunch aosp_{}-eng raise Exception('Unknown toolchain: ' + env['gcc_which']) env['gcc'] = self.get_toolchain_tool('gcc') env['gxx'] = self.get_toolchain_tool('g++') + env['ld'] = self.get_toolchain_tool('ld') def add_argument(self, *args, **kwargs): '''