scons: When spawning the linker process, don't involve the shell.
authorGabe Black <gabeblack@google.com>
Fri, 14 Apr 2017 00:13:10 +0000 (17:13 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 14 Apr 2017 01:56:47 +0000 (01:56 +0000)
commitefe3bfcd0c6e1161bea621a6e512378fe228fed4
tree8d0997dd1a9f9ee9430f569c33e204b203ab8b5b
parentf6fb875c4e09b5da98409e6553a47a77ad802de4
scons: When spawning the linker process, don't involve the shell.

The command line can be too long, causing bash to choke. This means we can't
use any shell syntax like shell variables or redirection when linking, but
that should be easy to avoid.

Change-Id: Ie6c8ecab337cef6bd3c7e403346ced06f46f0993
Reviewed-on: https://gem5-review.googlesource.com/2780
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Steve Reinhardt <stever@gmail.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/SConscript