sh4-fix-linker-name-prefix.patch
authorVagrant Cascadian <vagrant@debian.org>
Wed, 8 Jan 2020 08:19:44 +0000 (08:19 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 8 Jan 2020 08:19:44 +0000 (08:19 +0000)
commit4e3950d597601708223995fe2e18ff086886361f
tree8ea422f8577f984ca2f4f735e8d7c4f16242b82a
parent4c9be6da1fd7e7ce3cf221f40da4d466dc5ee1fc
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