[U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2014-12-30 Thread Hans de Goede
Hi, I noticed $subject while doing a MAKEALL. It seems that this commit: http://git.denx.de/?p=u-boot.git;a=commit;h=73c25753060c58e4c339fba306ed0ded0c335748 Breaks things with Fedora's arm toolchain: [hans@shalem u-boot]$ scripts/binutils-version.sh arm-linux-gnu-as scripts/binutils-version.s

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2015-01-06 Thread Hans de Goede
Hi all, ping ? current master still has this regression, it is not fatal, but it is not pretty either. Regards, Hans On 30-12-14 11:55, Hans de Goede wrote: Hi, I noticed $subject while doing a MAKEALL. It seems that this commit: http://git.denx.de/?p=u-boot.git;a=commit;h=73c25753060c58e4

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2015-01-06 Thread Tom Rini
On Tue, Jan 06, 2015 at 11:27:43AM +0100, Hans de Goede wrote: > Hi all, > > ping ? current master still has this regression, it is not fatal, but it is > not > pretty either. Did you see my earlier reply? It's OK with vanilla toolchains (see ELDK) and Linaro ones, but breaking on how Fedora ma

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2015-01-06 Thread Bill Pringlemeir
On 6 Jan 2015, tr...@ti.com wrote: > On Tue, Jan 06, 2015 at 11:27:43AM +0100, Hans de Goede wrote: >> Hi all, >> >> ping ? current master still has this regression, it is not fatal, >> but it is not >> pretty either. > > Did you see my earlier reply? It's OK with vanilla toolchains (see > ELDK)

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2015-01-06 Thread Bill Pringlemeir
>> On Tue, Jan 06, 2015 at 11:27:43AM +0100, Hans de Goede wrote: >>> ping ? current master still has this regression, it is not fatal, >>> but it is not >>> pretty either. > On 6 Jan 2015, tr...@ti.com wrote: >> Did you see my earlier reply? It's OK with vanilla toolchains (see >> ELDK) and L

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2015-01-06 Thread Tom Rini
On Tue, Jan 06, 2015 at 05:01:22PM -0500, Bill Pringlemeir wrote: > >> On Tue, Jan 06, 2015 at 11:27:43AM +0100, Hans de Goede wrote: > > >>> ping ? current master still has this regression, it is not fatal, > >>> but it is not > >>> pretty either. > > > On 6 Jan 2015, tr...@ti.com wrote: > > >

Re: [U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains

2014-12-30 Thread Tom Rini
On Tue, Dec 30, 2014 at 11:55:27AM +0100, Hans de Goede wrote: > Hi, > > I noticed $subject while doing a MAKEALL. > > It seems that this commit: > http://git.denx.de/?p=u-boot.git;a=commit;h=73c25753060c58e4c339fba306ed0ded0c335748 > > Breaks things with Fedora's arm toolchain: > > [hans@shale