From 2f7047024dca4809835b5aded4f365fd10c6e477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 23 Feb 2020 00:00:01 +0000 Subject: [PATCH] gem5: update to fcbea600851fd72c69ecf3fc437628cd67c5123d There have been a billion gem5 changes upstream (for the better), and I'll admit that I was naughty and merged stuff into the python scripts with gem5 master in mind. But there is always one new semi-critical stuff left, the current one being: https://gem5.atlassian.net/browse/GEM5-337 so let's just merge correctly in this reasonable state for now. --- build-gem5 | 2 ++ submodules/gem5 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build-gem5 b/build-gem5 index 744029b..88bcfb4 100755 --- a/build-gem5 +++ b/build-gem5 @@ -127,6 +127,8 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t 'scons', LF, '-j', str(self.env['nproc']), LF, '--ignore-style', LF, + # https://gem5.atlassian.net/browse/GEM5-365 + 'USE_HDF5=0', LF, ] + gold_linker_cmd + verbose + diff --git a/submodules/gem5 b/submodules/gem5 index ae7dd92..fcbea60 160000 --- a/submodules/gem5 +++ b/submodules/gem5 @@ -1 +1 @@ -Subproject commit ae7dd927e2978cee89d6828b31ab991aa6de40e2 +Subproject commit fcbea600851fd72c69ecf3fc437628cd67c5123d