scons: Address issues related to gcc 4.9.1
authorAndreas Hansson <andreas.hansson@arm.com>
Sat, 27 Sep 2014 13:08:34 +0000 (09:08 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sat, 27 Sep 2014 13:08:34 +0000 (09:08 -0400)
commitdeb2200671d5b4856ca27d4286253db0d9e12a32
tree9d626092cfc02b2841a4a2ae9c0dbddd62e768fc
parent4836aef1e4ab80ce9b11c6c4385c167b503bc782
scons: Address issues related to gcc 4.9.1

Fix a number few minor issues to please gcc 4.9.1. Removing the
'-fuse-linker-plugin' flag means no libraries are part of the LTO
process, but hopefully this is an acceptable loss, as the flag causes
issues on a lot of systems (only certain combinations of gcc, ld and
ar work).
SConstruct
src/arch/isa_parser.py
src/cpu/checker/cpu.cc