mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-13 01:34:00 -09:00
Some of the generated object files are too large for PC-relative addressing, so use the -mtext-section-literals compiler flag to move symbols closer to the code. [Peter: fix commit message] Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>