Update gem5 to fix gcc 7 build

This commit is contained in:
Ciro Santilli
2018-03-21 23:01:02 +00:00
parent a033e6444c
commit 60b9e56038
2 changed files with 2 additions and 2 deletions

View File

@@ -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