scons: compile on systems where python2 and python3 co-exist
authorStian Hvatum <stian@dream-web.no>
Thu, 10 Apr 2014 18:40:15 +0000 (13:40 -0500)
committerStian Hvatum <stian@dream-web.no>
Thu, 10 Apr 2014 18:40:15 +0000 (13:40 -0500)
commit698c4c792d9dfbf7ade3dee68ce4993c596cc17d
tree63a418b9ebabd30162cbb2db85f1692d3a792c7a
parent02b51afb7e6b250b4cd964cd447e71bd4f31236d
scons: compile on systems where python2 and python3 co-exist
Compile gem5 on systems where python2 and python3 co-exists without any
changes in path. python2-config is chosen over python-config if it exists.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
SConstruct