sh4-fix-linker-name-prefix.patch
authorVagrant Cascadian <vagrant@debian.org>
Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)
commitbab05388d6da938ff431d64df208d22669b90fee
treeb0399f35594454c620ba64f2bc24f36126a115d4
parent043d0436715e0dae1b50fcaf774fb1378f0c134a
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