scons: Move a displaced have_posix_clock check back where it goes.
authorGabe Black <gabe.black@gmail.com>
Sun, 7 Feb 2021 09:50:53 +0000 (01:50 -0800)
committerGabe Black <gabe.black@gmail.com>
Thu, 11 Feb 2021 19:33:24 +0000 (19:33 +0000)
commitd8072e1460a65b1daf07f93999081a9077ace061
tree6c1eaab75c7bc9df1a19c9cfc9d40d91000b2163
parent79d53c83e6022dc1f1bb67d237165e26f91f52bb
scons: Move a displaced have_posix_clock check back where it goes.

This check had been separated from the code handling have_posix_clock by
some intervening code doing something else. Bring the check back
alongside the code setting that variable.

Change-Id: I6acb54fddbb5c41d6c38d4b93e649835a4775fa0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40862
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
SConstruct