mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Make userland / assembly getting started more uniform / visible
Forward --gcc-which to ./run --tmux. Use gdb-multiarch for --gcc-which host.
This commit is contained in:
4
build-m5
4
build-m5
@@ -16,8 +16,8 @@ class Main(common.BuildCliFunction):
|
||||
'make', LF,
|
||||
'-j', str(self.env['nproc']), LF,
|
||||
'-f', 'Makefile.{}'.format(arch), LF,
|
||||
'CC={}'.format(self.env['gcc']), LF,
|
||||
'LD={}'.format(self.env['ld']), LF,
|
||||
'CC={}'.format(self.env['gcc_path']), LF,
|
||||
'LD={}'.format(self.env['ld_path']), LF,
|
||||
'PWD={}'.format(self.env['gem5_m5_source_dir']), LF,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user