scons: Bump the compiler version to gcc 4.6 and clang 3.0
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 10 Jun 2014 21:44:39 +0000 (17:44 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 10 Jun 2014 21:44:39 +0000 (17:44 -0400)
commitfdb965f5c17d8866a63c206e1975460544d8eda9
treef03744aa14f085cf4c6abd71d392118e633bf639
parent4a98b0cd5985fabf7b4138f0ef1e19023d3e028c
scons: Bump the compiler version to gcc 4.6 and clang 3.0

This patch bumps the supported version of gcc from 4.4 to 4.6, and
clang from 2.9 to 3.0. This enables, amongst other things, range-based
for loops, lambda expressions, etc. The STL implementation shipping
with 4.6 also has a full functional implementation of unique_ptr and
shared_ptr.
SConstruct
src/SConscript