sh4-fix-linker-name-prefix.patch
authorVagrant Cascadian <vagrant@debian.org>
Wed, 8 Jul 2020 23:29:02 +0000 (00:29 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 8 Jul 2020 23:29:02 +0000 (00:29 +0100)
commitbfc92084ba8e6c2356d391fd4bfb01ae2db81bd0
treefd98a506c1b9ca55f7a08029ad0200ee02ab187b
parentff175d18f23849d448e89b391bb6b225d9810fce
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