Commit 611ce96b authored by Max Filippov's avatar Max Filippov Committed by Thomas Petazzoni
Browse files

Revert "php: fix build for xtensa"



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

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0a91ba98
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)