]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit76ccb56721e63d5a8edeafdf0f1664bc3c054292
treef680e12d0ddf5f152084eed42b7d6b4ef5252c65
parentd3e47d6f9a8b4a261d02123074c8be49b9cee29a
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