From 611ce96b3daad5fe377d4da342560658a3d8231e Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 30 Mar 2014 21:57:52 +0400 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/php/php.mk | 4 ---- 1 file changed, 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)