scons: Don't check for Python 2
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 23 Oct 2020 09:49:43 +0000 (10:49 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 23 Oct 2020 16:00:13 +0000 (16:00 +0000)
commit4af84816a43f05145d10dde208676d9532105dbd
treea3f1ea2b749a858410897add0e6c1d148e9a2cd6
parentbc2e12321a21f026b10e29e2e8a254c335970398
scons: Don't check for Python 2

The build system will now refuse to build gem5 if Python 2.x is
detected. Remove Python 2 specific python-config variants from the
list of candidates we try.

Change-Id: Id59be4a2969ce180848e5df02afdfb4a5b8125c1
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36535
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct