Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-05 Thread Stephen Warren
On 12/05/2017 03:32 AM, Dr. Philipp Tomsich wrote: On 4 Dec 2017, at 20:02, Stephen Warren wrote: On 12/02/2017 06:12 PM, Tom Rini wrote: Move the warning to an error as we have been promising would happen in this release. Oh. This has broken my U-Boot build/test

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-05 Thread Tom Rini
On Tue, Dec 05, 2017 at 06:02:16AM +0100, Heiko Schocher wrote: > Hello Tom, Stephen, > > Am 04.12.2017 um 20:02 schrieb Stephen Warren: > >On 12/02/2017 06:12 PM, Tom Rini wrote: > >>Move the warning to an error as we have been promising would happen in > >>this release. > > > >Oh. This has

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-05 Thread Peter Robinson
On Tue, Dec 5, 2017 at 6:53 AM, Heiko Schocher wrote: > Hello Tom, > > Am 04.12.2017 um 20:09 schrieb Tom Rini: >> >> On Mon, Dec 04, 2017 at 12:02:20PM -0700, Stephen Warren wrote: >>> >>> On 12/02/2017 06:12 PM, Tom Rini wrote: Move the warning to an error as we have

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-05 Thread Dr. Philipp Tomsich
> On 4 Dec 2017, at 20:02, Stephen Warren wrote: > > On 12/02/2017 06:12 PM, Tom Rini wrote: >> Move the warning to an error as we have been promising would happen in >> this release. > > Oh. This has broken my U-Boot build/test system. I guess it's entirely my > fault

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-04 Thread Heiko Schocher
Hello Tom, Am 04.12.2017 um 20:09 schrieb Tom Rini: On Mon, Dec 04, 2017 at 12:02:20PM -0700, Stephen Warren wrote: On 12/02/2017 06:12 PM, Tom Rini wrote: Move the warning to an error as we have been promising would happen in this release. Oh. This has broken my U-Boot build/test system. I

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-04 Thread Heiko Schocher
Hello Tom, Stephen, Am 04.12.2017 um 20:02 schrieb Stephen Warren: On 12/02/2017 06:12 PM, Tom Rini wrote: Move the warning to an error as we have been promising would happen in this release. Oh. This has broken my U-Boot build/test system. I guess it's entirely my fault for interpreting the

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-04 Thread Tom Rini
On Mon, Dec 04, 2017 at 12:02:20PM -0700, Stephen Warren wrote: > On 12/02/2017 06:12 PM, Tom Rini wrote: > >Move the warning to an error as we have been promising would happen in > >this release. > > Oh. This has broken my U-Boot build/test system. I guess it's entirely my > fault for

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-04 Thread Stephen Warren
On 12/02/2017 06:12 PM, Tom Rini wrote: Move the warning to an error as we have been promising would happen in this release. Oh. This has broken my U-Boot build/test system. I guess it's entirely my fault for interpreting the "2018.01" warning as "you'll need to fix this in Jan 2018", not

Re: [U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-04 Thread Tom Rini
On Sat, Dec 02, 2017 at 08:12:02PM -0500, Tom Rini wrote: > Move the warning to an error as we have been promising would happen in > this release. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] arm: Make gcc 6.0 or later a hard requirement now.

2017-12-02 Thread Tom Rini
Move the warning to an error as we have been promising would happen in this release. Signed-off-by: Tom Rini --- arch/arm/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index