Revert "php: fix build for xtensa"

This reverts commit 410c3cf7eb.
Now that -mtext-section-literals is specified in the xtensa ABI this fix
is no longer needed.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Max Filippov 2014-03-30 21:57:52 +04:00 committed by Thomas Petazzoni
parent 0a91ba9881
commit 611ce96b3d
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ ifneq ($(BR2_INET_IPV6),y)
endif
endif
ifeq ($(BR2_xtensa),y)
PHP_CFLAGS += -mtext-section-literals
endif
PHP_CONF_OPT += $(if $(BR2_PACKAGE_PHP_CLI),,--disable-cli)
PHP_CONF_OPT += $(if $(BR2_PACKAGE_PHP_CGI),,--disable-cgi)