sh4-fix-linker-name-prefix.patch
authorVagrant Cascadian <vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000 (01:24 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000 (01:24 +0100)
commit8b094336217df4e5cad93b8ae7ce8f1b3129e10c
tree9c3dc72a907c26007f5bb57c97258040c24181dd
parentdc466c1e31204f2093e7c74c0f4f3db2507302b0
sh4-fix-linker-name-prefix.patch

u-boot currently fails to build from source on sh4 since the
linker name prefix defined in arch/sh/config.mk is outdated.
On current Debian installations, the binaries of the GNU
toolchain are named using the triplett scheme
$arch-$kernel-$toolchain. Thus, on sh4, the proper name
is "sh4-linux-gnu-ld" instead of "sh4-linux-ld". This
patch updates build configuration on sh4 to reflect that.

Gbp-Pq: Name sh4-fix-linker-name-prefix.patch
arch/sh/config.mk