summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-03-30 21:57:52 +0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-03 21:36:49 +0200
commit611ce96b3daad5fe377d4da342560658a3d8231e (patch)
tree1dc422a455f6a2804a3d682390a6828c662d3261 /package/php/php.mk
parent0a91ba98811c479309fa218b2637059b096f2ae8 (diff)
downloadbuildroot-611ce96b3daad5fe377d4da342560658a3d8231e.tar.gz
buildroot-611ce96b3daad5fe377d4da342560658a3d8231e.zip
Revert "php: fix build for xtensa"
This reverts commit 410c3cf7ebe69016e73bbe63d1ba4b0a251b5c9a. 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>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r--package/php/php.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index ef42e58e22..ba1200bef7 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -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)
OpenPOWER on IntegriCloud