sh4-fix-linker-name-prefix.patch
authorVagrant Cascadian <vagrant@debian.org>
Tue, 21 Apr 2020 02:34:37 +0000 (03:34 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 21 Apr 2020 02:34:37 +0000 (03:34 +0100)
commit23042badf19fa8017d8e38d618ce44d95a90297d
tree7206c5092bce4f6b4fd7d8cec8661a9a8053a4f4
parent9561051e61b315aa79383f9fe8913350243d666b
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