utils,tests: Enable passing of build args to compiler-tests.sh
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 23 Jul 2020 16:29:51 +0000 (09:29 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 5 Aug 2020 17:53:55 +0000 (17:53 +0000)
commit346c8a767a47de287a771ebeaa4448e37cf22432
treeab8178a40a42a8bf6f91c4324b76a96eac2204c4
parente63504befa24477a9cd33fdaf2c17bff333165b6
utils,tests: Enable passing of build args to compiler-tests.sh

Previously we passed "-j `nproc`" to the scons. This a greedy approach
that should not be default. This change was introduced so the "-j" flag
may be passed via the "util/compiler-tests.sh" script.

Change-Id: I2e891ae3a9819770bd3ef15b95b81b7f5b71f7fa
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31734
Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/compiler-tests.sh