mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-gem5: use arm-linux-gnueabihf- to match build -D
This commit is contained in:
@@ -69,6 +69,7 @@ class Gem5Component(common.Component):
|
||||
common.run_cmd([
|
||||
'make', common.Newline,
|
||||
'-C', bootloader32_dir, common.Newline,
|
||||
'CROSS_COMPILE=arm-linux-gnueabihf-', common.Newline,
|
||||
])
|
||||
# bootloader
|
||||
common.cp(os.path.join(bootloader32_dir, 'boot_emm.arm'), binaries_dir)
|
||||
|
||||
Reference in New Issue
Block a user