Searched hist:11370 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/
H A DSConscript11370:af870035ab6b Sun Mar 13 20:47:00 EDT 2016 Steve Reinhardt <steve.reinhardt@amd.com> scons: fix building in non-standard locations

It's apparently not widely known that our scons scripts allow you to
put the build directory wherever you want; not only does it not have
to be immediately under the root of your repo, it doesn't even have
to be underneath the root at all. (For example, sometimes it's useful
to build on a local disk if your repo is on a slow NFS mount.)

I point this out because this functionality has been broken for close
to two years but no one seems to have noticed yet. This patch fixes
an assumption that crept in in changeset be0e1724eb39 (May 09 2014)
that the build dir would be immediately under the top level of the
repo, preventing builds anywhere else.

Completed in 44 milliseconds