mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
common: define missing 'ld' variable, this broke m5 build
This commit is contained in:
@@ -922,6 +922,7 @@ lunch aosp_{}-eng
|
|||||||
raise Exception('Unknown toolchain: ' + env['gcc_which'])
|
raise Exception('Unknown toolchain: ' + env['gcc_which'])
|
||||||
env['gcc'] = self.get_toolchain_tool('gcc')
|
env['gcc'] = self.get_toolchain_tool('gcc')
|
||||||
env['gxx'] = self.get_toolchain_tool('g++')
|
env['gxx'] = self.get_toolchain_tool('g++')
|
||||||
|
env['ld'] = self.get_toolchain_tool('ld')
|
||||||
|
|
||||||
def add_argument(self, *args, **kwargs):
|
def add_argument(self, *args, **kwargs):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user