1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 20:05:21 +01:00
Files
u-boot-megous/arch
Marek Behún 34ccadcd33 ARM: don't use --gc-sections with LTO when using private libgcc
When using LTO, we can throw away the --gc-sections flag, but only if
using private libgcc.

When using system's libgcc, --gc-sections is still needed, otherwise
linking will fail due to undefined references to libc's symbols.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-05-24 14:21:30 -04:00
..
2021-04-22 14:09:45 -04:00
2021-05-24 14:21:30 -04:00
2021-04-22 14:09:45 -04:00
2021-05-24 14:21:30 -04:00