scons: Extract the gem5 specific Configure call to its own file.
authorGabe Black <gabe.black@gmail.com>
Sun, 7 Feb 2021 08:38:59 +0000 (00:38 -0800)
committerGabe Black <gabe.black@gmail.com>
Wed, 10 Feb 2021 11:35:56 +0000 (11:35 +0000)
commit0f49c4365a24d6f1b2c619ec16db7f062e6c7f11
treef4e908fff8635a455251beb6f48bac353099cbea
parentb173b21d5cafabc69c6a5801c75e5e4580ba2911
scons: Extract the gem5 specific Configure call to its own file.

This modularizes that fairly generic code and pulls it out of the main
SConstruct file.

Change-Id: I5f5edc866af43753b4e0a9cc63774ded0fffe06b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40858
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct
site_scons/gem5_scons/__init__.py
site_scons/gem5_scons/configure.py [new file with mode: 0644]