scons: Remove the SPAWN hack added earlier.
authorGabe Black <gabeblack@google.com>
Fri, 28 Apr 2017 11:11:38 +0000 (04:11 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 1 May 2017 23:28:22 +0000 (23:28 +0000)
commit359cb08623324b62d7c34973ae54d5bc7f23f9fd
treeb01d561e1b2e9fd177ac776d7b3e726d85bce3e4
parent8d476b41e60cfdadbde50c2d9ae54900455f6098
scons: Remove the SPAWN hack added earlier.

A previous change forced scons to spawn child processes by exec-ing it
directly rather than going through the shell because the command line
length would be too long for the shell to handle. Now that incremental
linking should keep the command line lengths more under control, that
change should no longer be necessary.

Change-Id: I9e82a62083afd1414324a7fd697bd6d4b76367ae
Reviewed-on: https://gem5-review.googlesource.com/2947
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/SConscript