mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
common: rename --clang to --gem5-clang
The option was hard to understand, and this would cause ambiguity if we ever support something else with the same option, e.g. rootfs or userland executables.
This commit is contained in:
@@ -117,7 +117,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
|
||||
targets = [self.env['gem5_unit_test_target']]
|
||||
else:
|
||||
targets = [self.env['gem5_executable']]
|
||||
if self.env['clang']:
|
||||
if self.env['gem5_clang']:
|
||||
extra_env = {
|
||||
'CC': 'clang',
|
||||
'CXX': 'clang++',
|
||||
|
||||
Reference in New Issue
Block a user