commit | 6000ebc9247b5cc2389c53b4f3ff8bd34b98058d | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Tue Feb 07 23:45:03 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Wed Mar 15 01:38:19 2023 +0100 |
tree | f680e12d0ddf5f152084eed42b7d6b4ef5252c65 | |
parent | c9e631b971aa42f7133e0d90f866d4fd0eb470df [diff] |
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>