scons: Move some compiler flag setting code to the SConstruct.
authorGabe Black <gabeblack@google.com>
Tue, 21 Nov 2017 02:21:19 +0000 (18:21 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 27 Nov 2017 22:10:05 +0000 (22:10 +0000)
commit316ef3d9be995c3e625266386afeeb037a255180
tree7f68d17ccf87fdd6192f27198c22cb5657511829
parent9185479ca1ce2f3f227d4a11f17717409aefb2f4
scons: Move some compiler flag setting code to the SConstruct.

These settings are invariant, so there's no reason to apply them over
and over again for the child environments used for various build
products.

Change-Id: Icb4053105e4f1c43008f2422ba30c7206b7ff365
Reviewed-on: https://gem5-review.googlesource.com/5981
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
SConstruct
src/SConscript