From patchwork Thu Apr 4 17:29:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 233882 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 43F362C00A0 for ; Fri, 5 Apr 2013 04:30:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1D66FA01AF; Thu, 4 Apr 2013 17:30:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LNx17s8R3DVM; Thu, 4 Apr 2013 17:30:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C9DBCA00BB; Thu, 4 Apr 2013 17:30:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id ABE038F75E for ; Thu, 4 Apr 2013 17:30:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A67AF8C991 for ; Thu, 4 Apr 2013 17:30:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6bmBTjOhmD-v for ; Thu, 4 Apr 2013 17:30:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2924188B99 for ; Thu, 4 Apr 2013 17:30:08 +0000 (UTC) Received: from asgard (host210.190-138-221.telecom.net.ar [190.138.221.210]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r34HU2U9027165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Apr 2013 17:30:04 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1365096606; bh=+60BJ3e06q1xbJULdCmVD5BkGnUspXrmru/alq2enf4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=tjvqJdVDOe0R/6XEDXRka9MM2nW4fJ9SiBPKP7yi2amJdJ028fCAvsIjfBrWAgU2L TVAVvJF2091LecT3YkHCsP7HOGpEngb7C/9b2IiXb0wvvgt8Ds1H9YbAZ42QseXxP7 gN2KYZz2EUfLaToBMEYmBoskL62Mle/dK06zAzJ0= Received: by asgard (sSMTP sendmail emulation); Thu, 04 Apr 2013 14:30:01 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 4 Apr 2013 14:29:47 -0300 Message-Id: <1365096588-1932-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1365096588-1932-1-git-send-email-gustavo@zacarias.com.ar> References: <1365096588-1932-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/4] speex: adjust ARM optimizations 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 We no longer support ARM less than v4 so drop the generic asm option. Signed-off-by: Gustavo Zacarias --- package/speex/Config.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package/speex/Config.in b/package/speex/Config.in index 424a830..7e87566 100644 --- a/package/speex/Config.in +++ b/package/speex/Config.in @@ -8,18 +8,13 @@ config BR2_PACKAGE_SPEEX http://www.speex.org/ -config BR2_PACKAGE_SPEEX_ARM_GENERIC - bool - default y - depends on BR2_PACKAGE_SPEEX && (BR2_generic_arm || BR2_arm610 || BR2_arm710) - config BR2_PACKAGE_SPEEX_ARM4 bool default y - depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_sa110 || BR2_sa1100) + depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526) config BR2_PACKAGE_SPEEX_ARM5E default y bool - depends on BR2_PACKAGE_SPEEX && BR2_arm && !(BR2_PACKAGE_SPEEX_ARM_GENERIC || BR2_PACKAGE_SPEEX_ARM4) + depends on BR2_PACKAGE_SPEEX && BR2_arm && !BR2_PACKAGE_SPEEX_ARM4