mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
Building babeld with a musl toolchain fails with: ld: read-only segment has dynamic relocations This happens because babeld uses text relocations (textrels), which are not supported by the musl dynamic loader and would cause a runtime crash (segmentation fault). Since Buildroot passes '-ztext' to detect these unsafe relocations at build time, disable babeld entirely for musl configurations. Fixes: https://autobuild.buildroot.org/results/c75643713fd5f27fe063c226630680d26a8b9487/ Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
406 B
406 B