util: Force the m5 utility to be built using c++14.
authorGabe Black <gabe.black@gmail.com>
Wed, 2 Dec 2020 12:27:57 +0000 (04:27 -0800)
committerGabe Black <gabe.black@gmail.com>
Mon, 21 Dec 2020 23:48:14 +0000 (23:48 +0000)
commit40af27b571137f1b2b0cea7a455857b310fb58aa
treed0bc8edf0fcf97fa1978a9b0ff44b18aa1432b68
parent99d96b76cb3bedaa4aaedcaa34929f9e7f6ead1e
util: Force the m5 utility to be built using c++14.

Otherwise, the version of the standard being used will depend on the
version of the compiler, and may not build consistently on different
machines.

Change-Id: I3a031a2dfe97df3dd83926abb517781069c1c6a5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38216
Reviewed-by: Daniel Gerzhoy <daniel.gerzhoy@gmail.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/SConstruct