scons: Warn for incompatible gcc and binutils
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 10 Aug 2014 09:38:56 +0000 (05:38 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sun, 10 Aug 2014 09:38:56 +0000 (05:38 -0400)
commitb90bdcf8d0330d6472b6bf99bfa594f706879c16
tree6ed53e88c5d672fd666a063c6e277f03f7b56ea9
parenta628afedade8d7b7cab108a81e714fc2755b4af3
scons: Warn for incompatible gcc and binutils

It seems gcc >4.8 does not get along well with binutils <= 2.22, and
to help users this patch adds a warning with an indication for how to
fix the issue. It might even be worth adding a Exit(-1) and stop the
build.
SConstruct