From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Thu, 15 Feb 2018 12:53:52 +0000 Subject: [U-Boot] Please pull ARC changes Message-ID: <1518699232.5202.24.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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-7.3.0-nolibc_arc-elf.tar.gz 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