[U-Boot] Please pull ARC changes

Hi Tom,
This is just a quite subtle fix that allows to use Elf32 toolchain for building U-Boot so I do believe it qualifies for the next RC and some technical background below.
For quite some time we used to use uClibc toolchain for building U-Boot just because it was our default toolchain. But when I tried to use pre-built toolchain from kernel.org for example this one: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc...
I bumped into a trivial problem which is solved now. That said recent kernel.org toolchains could be used for ARC once buildman switches to them.
Anyways...
The following changes since commit 0c502b6c176281a096a23803e517b19e964485f1:
configs: Resync with savedefconfig (2018-02-14 21:34:50 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to d53b128df40d8b2f5dd87cac194163fca2bc17ed:
arc: Fix final linkage with Elf32 tools (2018-02-15 15:44:47 +0300)
---------------------------------------------------------------- Alexey Brodkin (1): arc: Fix final linkage with Elf32 tools
arch/arc/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-Alexey

On Thu, Feb 15, 2018 at 12:53:52PM +0000, Alexey Brodkin wrote:
Hi Tom,
This is just a quite subtle fix that allows to use Elf32 toolchain for building U-Boot so I do believe it qualifies for the next RC and some technical background below.
For quite some time we used to use uClibc toolchain for building U-Boot just because it was our default toolchain. But when I tried to use pre-built toolchain from kernel.org for example this one: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/7.3.0/x86_64-gcc...
I bumped into a trivial problem which is solved now. That said recent kernel.org toolchains could be used for ARC once buildman switches to them.
Anyways...
The following changes since commit 0c502b6c176281a096a23803e517b19e964485f1:
configs: Resync with savedefconfig (2018-02-14 21:34:50 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to d53b128df40d8b2f5dd87cac194163fca2bc17ed:
arc: Fix final linkage with Elf32 tools (2018-02-15 15:44:47 +0300)
Applied to u-boot/master, thanks!
participants (2)
-
Alexey Brodkin
-
Tom Rini