]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/Kconfig
arch: enable private libgcc for m68k
authorAngelo Dureghello <angelo@kernel-space.org>
Tue, 7 Feb 2023 22:45:03 +0000 (23:45 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Wed, 15 Mar 2023 00:38:19 +0000 (01:38 +0100)
commit1e48392e320c15f726815e1c239ee4afd9af9bbf
treef680e12d0ddf5f152084eed42b7d6b4ef5252c65
parent461cca79972dd9737432860cfe63ce8b3a2d0535
arch: enable private libgcc for m68k

This patch fixes u-boot hanging on the first printf("%x", val).

Some toolchains built without multilib enabled may produce
u-boot freezing on first u64 shift operation, as in
lib/vsprintf.c number() function.
Using our private libgcc solves the issue.

Setting private libgcc enabled at architecture level to avoid
similar issues, it should not harm.

Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
arch/Kconfig