From patchwork Sun Mar 30 17:57:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 335140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 50F87140084 for ; Mon, 31 Mar 2014 04:59:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 07D3A2F1B2; Sun, 30 Mar 2014 17:59:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yT+Us9CYXQze; Sun, 30 Mar 2014 17:58:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D8F3F307C2; Sun, 30 Mar 2014 17:58:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 313061BF859 for ; Sun, 30 Mar 2014 17:58:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 18CB22F96C for ; Sun, 30 Mar 2014 17:58:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L9fUUSoHAeMd for ; Sun, 30 Mar 2014 17:58:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by silver.osuosl.org (Postfix) with ESMTPS id 5ED7126FC5 for ; Sun, 30 Mar 2014 17:58:30 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id ec20so5115229lab.15 for ; Sun, 30 Mar 2014 10:58:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=QCkCXR30fcJUj9dZ7p3bomGgr/+aZnZ9AiEIlXjZYSA=; b=tZBKlF8XcMCD7H3jo/CIQv1AjWunB+3uQdM1hAUOGANId1oZ8gk6/czCwvXadNsa+j 3fPLP/yWcaMAt3NxI1kn3pejUxf2tR914dwvCrsoz4Dbul2Gn4t4u7Xkyq8hPVs5NvX8 ftDrxIJ6rUXx3zKZbcFRRdpH7ouowjXg4QUfvteMAU077tquz+Zk2AqzZyMWK6KqFNLW d0mMy89HOtdGIWzzcQbHxkwY6E1nOHOsY+k1xIPvN0ARgE3htzDGenDVg84kcjxHjA0p 4xJ35z59IVaXRCJw5/GFsrl+Ww871NhmXM14KmXvHUfoNfU/BG2PM4BhVMqNGzxI3ayj xyHQ== X-Received: by 10.153.7.69 with SMTP id da5mr1174511lad.38.1396202308599; Sun, 30 Mar 2014 10:58:28 -0700 (PDT) Received: from octofox.metropolis ([188.134.19.124]) by mx.google.com with ESMTPSA id ms3sm8263741lbb.17.2014.03.30.10.58.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Mar 2014 10:58:27 -0700 (PDT) From: Max Filippov To: buildroot@uclibc.org Date: Sun, 30 Mar 2014 21:57:52 +0400 Message-Id: <1396202274-5109-9-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1396202274-5109-1-git-send-email-jcmvbkbc@gmail.com> References: <1396202274-5109-1-git-send-email-jcmvbkbc@gmail.com> Cc: Thomas Petazzoni , linux-xtensa@linux-xtensa.org Subject: [Buildroot] [PATCH v3 08/10] Revert "php: fix build for xtensa" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 --- Changes v2 -> v3: - new patch package/php/php.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/php/php.mk b/package/php/php.mk index de02f4b..5797758 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -35,10 +35,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)