scons: allow use of current builds as default build settings
authorSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 2 May 2011 19:40:31 +0000 (12:40 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 2 May 2011 19:40:31 +0000 (12:40 -0700)
commitf713af951a6bfd0953fba801b72513b82469fdeb
tree95be7ecade6a64ba415127478f3d4a5da0a2e249
parentdd95bc4d44d124abec3580f95db725895027bd1c
scons: allow use of current builds as default build settings
Currently the --default= option only looks at the predefined
build configs (in m5/build_opts), so you're limited to basing
a new build config off of those (ALPHA_SE, etc.).  If you've
already defined a non-standard build config and want to clone
it or tweak it, you have to start from scratch.  This patch
causes --default= to look first among the existing builds
(in build/variables) before looking in build_opts so you
can specify an existing non-standard build config as a
starting point for a new config.
SConstruct