mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
Update gem5 to fix gcc 7 build
This commit is contained in:
@@ -37,7 +37,7 @@ if [ "$arch" = x86_64 ]; then
|
||||
elif [ "$arch" = arm ] || [ "$arch" = aarch64 ]; then
|
||||
# Compilation fails with gcc 7 on that commit.
|
||||
# There were some recent portability patches, so it will likely get there soon.
|
||||
CC=gcc-6 CXX=g++-6 scons -j"$j" --ignore-style build/ARM/gem5.opt
|
||||
scons -j"$j" --ignore-style build/ARM/gem5.opt
|
||||
make -C ./system/arm/dt/
|
||||
# TODO use the buildroot cross compiler here, and remove the dependencies from configure.
|
||||
make -C ./system/arm/simple_bootloader/ $cross_compile
|
||||
|
||||
Submodule gem5/gem5 updated: fbe63074e3...68af229490
Reference in New Issue
Block a user