scons: Fix an error about an unrecognized compiler.
authorGabe Black <gabeblack@google.com>
Sat, 8 Feb 2020 01:27:02 +0000 (17:27 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 10 Feb 2020 22:47:13 +0000 (22:47 +0000)
commit38e460343f84fb9f19d203b939dce877e3efee51
treeb5ee2250d6cff6834825eed29a81b5717909d17d
parentf5e84a5fb989cc6dff0ec063578447a32dad6d5c
scons: Fix an error about an unrecognized compiler.

join was being passed a series of strings to join as separate
arguments like os.path.join, but it expects to get them as members of a
single sequence.

Change-Id: Id88ce4e9c5400f256a1af6351b4a964af0036b72
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25203
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct