From patchwork Sat Feb 23 06:15:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 222703 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 103B22C029E for ; Sat, 23 Feb 2013 17:16:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3FA0C8CD47; Sat, 23 Feb 2013 06:16:06 +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 0dfESkFGiofp; Sat, 23 Feb 2013 06:16:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1EC318CD5C; Sat, 23 Feb 2013 06:16:03 +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 9F7BF8F74B for ; Sat, 23 Feb 2013 06:16:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1144A8CD32 for ; Sat, 23 Feb 2013 06:16:02 +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 bGV-XcBvsQJy for ; Sat, 23 Feb 2013 06:16:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id BE0768CBDD for ; Sat, 23 Feb 2013 06:16:00 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fb1so854343pad.11 for ; Fri, 22 Feb 2013 22:16:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=whnRzJwsXfl++ki3NKxEpbPoK0zw6tsluu8u6Rf+LJc=; b=R7kvOLToI3n/fJ8Uxwkizd234LdMXmuTQWZg7NPJShncKjHpKK3SEbhJF/6ZPNo0Yy QRjBfa3QZBOk4tlIoRf/WW+KXN2cIsNE4DYV+rpxzYqDpxGXmdwFHD9WCmG8fijBajd5 wA4klhrKQiEr8n3cUZBoWSZkWNTYRuInbF41Q2neHREWiN2kLt24z/rNW4/XkMoFHXpZ 9s504XibWK5A1M5zSrwIh/Q0DGYc9YB/0kPPJaNvRmMlkcx3DUUWTJsvpbZJySan18q6 nmUe9Jo7FAs9XjjrrQymvk6rlf0V5yD1ONzX9bjkVa1L+5L7VChGgjh6Um7JsE7zTUzM m5sg== X-Received: by 10.68.41.66 with SMTP id d2mr6935085pbl.154.1361600160488; Fri, 22 Feb 2013 22:16:00 -0800 (PST) Received: from localhost.localdomain (c-69-181-251-46.hsd1.ca.comcast.net. [69.181.251.46]) by mx.google.com with ESMTPS id hp7sm4999547pbc.8.2013.02.22.22.15.59 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 22:15:59 -0800 (PST) From: gilles.talis@gmail.com To: buildroot@busybox.net Date: Fri, 22 Feb 2013 22:15:54 -0800 Message-Id: <51285e9f.a7c1440a.5732.6e6b@mx.google.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: Subject: [Buildroot] [PATCH v2] libmad: force architecture-specific optimisations on AVR32 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 From: Gilles Talis Fixes: http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22 http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d Signed-off-by: Gilles Talis --- package/libmad/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libmad/Config.in b/package/libmad/Config.in index d0edc49..80ed853 100644 --- a/package/libmad/Config.in +++ b/package/libmad/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBMAD bool "libmad" + select BR2_PACKAGE_LIBMAD_ASO if BR2_avr32 help High-quality MPEG audio decoder. All computations are performed with fixed-point integer arithmetic, making it ideal for systems