scons: Stop generating an a.out checking the "as" version.
Change-Id: I71d07fc64bdb3c6c3e93e2a1fd358cc899a70678 Reviewed-on: https://gem5-review.googlesource.com/2500 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
parent
7d6f2c5050
commit
03ea796a79
1 changed files with 2 additions and 1 deletions
|
@ -713,7 +713,8 @@ if main['GCC']:
|
|||
# to avoid performance penalties on certain AMD chips. Older
|
||||
# assemblers detect this as an error, "Error: expecting string
|
||||
# instruction after `rep'"
|
||||
as_version_raw = readCommand([main['AS'], '-v', '/dev/null'],
|
||||
as_version_raw = readCommand([main['AS'], '-v', '/dev/null',
|
||||
'-o', '/dev/null'],
|
||||
exception=False).split()
|
||||
|
||||
# version strings may contain extra distro-specific
|
||||
|
|
Loading…
Reference in a new issue