scons: remove as version check
authorCiro Santilli <ciro.santilli@arm.com>
Fri, 31 Aug 2018 10:39:19 +0000 (11:39 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 19 Sep 2018 09:33:04 +0000 (09:33 +0000)
commitc428c220fd351626e2ee0005dda696940261793b
tree8a6207df36f1c9bba70eef407cd303ae99f57874
parentb53dd6d12efafb574989226911a7b0bc921df24d
scons: remove as version check

GNU as 2.31.1 checks if the input and output files are the same:

Assembler messages:
Fatal error: The input and output files must be distinct

The check already does not work for llvm-as which has a different
output format.

Since it is too hard to maintain the check correctly for all possible
assemblers, it is better to just remove it completely.

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