Re: [U-Boot] [PATCH 3/3] arm: Warn that starting with v2018.01 gcc-6 or later is required

2017-04-14 Thread Tom Rini
On Sat, Apr 15, 2017 at 11:40:10AM +0900, Masahiro Yamada wrote: > Hi Tom, > > 2017-04-15 8:47 GMT+09:00 Tom Rini : > > There are more and more cases where if we do not use gcc-6.0 or later we > > run into problems where our binaries are too large for the targets. > > Given

Re: [U-Boot] [PATCH 3/3] arm: Warn that starting with v2018.01 gcc-6 or later is required

2017-04-14 Thread Masahiro Yamada
Hi Tom, 2017-04-15 8:47 GMT+09:00 Tom Rini : > There are more and more cases where if we do not use gcc-6.0 or later we > run into problems where our binaries are too large for the targets. > Given the prevalence of gcc-6.0 or later toolchains at this point in > time, we give

[U-Boot] [PATCH 3/3] arm: Warn that starting with v2018.01 gcc-6 or later is required

2017-04-14 Thread Tom Rini
There are more and more cases where if we do not use gcc-6.0 or later we run into problems where our binaries are too large for the targets. Given the prevalence of gcc-6.0 or later toolchains at this point in time, we give notice now that starting with v2018.01 we will require gcc-6 (or later)