scons,python: Prioritize Python3 for PYTHON_CONFIG
authorBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 21 Sep 2020 20:51:19 +0000 (13:51 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 29 Sep 2020 17:52:15 +0000 (17:52 +0000)
Change-Id: I0ac4d90b93f2e0a9384216f759937f7b0aa23d41
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34899
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct

index ca3f1a1dbe04753b4448652c574e55dd7ba56037..316c10b2f357ee0063bdd81b7cdce6c777bd6667 100755 (executable)
@@ -238,7 +238,7 @@ global_vars.AddVariables(
     ('MARSHAL_CCFLAGS_EXTRA', 'Extra C and C++ marshal compiler flags', ''),
     ('MARSHAL_LDFLAGS_EXTRA', 'Extra marshal linker flags', ''),
     ('PYTHON_CONFIG', 'Python config binary to use',
-     [ 'python2.7-config', 'python-config', 'python3-config' ]),
+     [ 'python3-config', 'python-config', 'python2.7-config' ]),
     ('PROTOC', 'protoc tool', environ.get('PROTOC', 'protoc')),
     ('BATCH', 'Use batch pool for build and tests', False),
     ('BATCH_CMD', 'Batch pool submission command name', 'qdo'),