mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-01 12:11:09 -09:00
This solves a build problem -- by default xtensa-gcc puts literals in a different section of memory then the program text, and chicken is a very literal-heavy program, so they don't all fit there. This avoids that problem. Fixes: http://autobuild.buildroot.net/results/ce36170d67c4702f34bee025d8a46e5269c4573e/ Signed-off-by: Woodrow Douglass <wdouglass@carnegierobotics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>