php: fix build for xtensa
authorBaruch Siach <baruch@tkos.co.il>
Tue, 31 Dec 2013 09:07:29 +0000 (11:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 31 Dec 2013 10:57:48 +0000 (11:57 +0100)
commit410c3cf7ebe69016e73bbe63d1ba4b0a251b5c9a
tree18820f9a6dfb2bac807f70b70517c5d002bef148
parent6d13ec0afc16401551df6b7e26d28deb1b078b75
php: fix build for xtensa

The php package generates a binary that is too large for the xtensa default
placement of literals in a dedicated section. Use -mtext-section-literal to
place literals in the text section.

Fixes
http://autobuild.buildroot.net/results/a9a/a9a1063104402ec28e01560ec7c8f8a5b6d43dd5/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/php.mk