buildroot/package/chicken
Woodrow Douglass 86e51fd5fe package/chicken: move literals into text section for xtensa architecture
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>
2024-08-02 19:06:53 +02:00
..
0001-xtensa-text-section-literals.patch package/chicken: move literals into text section for xtensa architecture 2024-08-02 19:06:53 +02:00
Config.in
chicken.hash
chicken.mk package/chicken: move literals into text section for xtensa architecture 2024-08-02 19:06:53 +02:00