From patchwork Wed Apr 4 20:46:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150934 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0F520B7055 for ; Thu, 5 Apr 2012 21:18:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0719610B5D2; Thu, 5 Apr 2012 11:18:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WTz2WnO7pKvk; Thu, 5 Apr 2012 11:18:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8A90B10B610; Thu, 5 Apr 2012 11:17:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5E1F68F75B for ; Thu, 5 Apr 2012 11:17:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 523ED10B5FF for ; Thu, 5 Apr 2012 11:17:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6jnPk83IMiNP for ; Thu, 5 Apr 2012 11:16:58 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by fraxinus.osuosl.org (Postfix) with ESMTP id 268F310B5E0 for ; Thu, 5 Apr 2012 11:16:56 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 2001096A0E; Thu, 5 Apr 2012 11:16:56 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Wed, 4 Apr 2012 22:46:07 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 360b31caf71477b07ed1c54b9ae4de5aa3c3176c X-Git-Newrev: 1eb46725de8c74f28ed5d3894bd81b7d9ab35272 X-Patchwork-Hint: ignore Message-Id: <20120405111656.2001096A0E@busybox.osuosl.org> Subject: [Buildroot] [git commit] toolchain/microblaze: fix up big-endian characteristics 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 commit: http://git.buildroot.net/buildroot/commit/?id=1eb46725de8c74f28ed5d3894bd81b7d9ab35272 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master The big-endian microblaze external toolchain is missing vital characteristics being set, such as LARGEFILE support, IPV6 and so on. Signed-off-by: Gustavo Zacarias Tested-by: Stephan Hoffmann Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/Config.in | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 991684f..49ea7fa 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -461,6 +461,11 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 bool "Xilinx Big Endian Microblaze GNU Tools" depends on BR2_microblazebe + select BR2_LARGEFILE + select BR2_INET_IPV6 + select BR2_INET_RPC + select BR2_ENABLE_LOCALE + select BR2_USE_WCHAR help Toolchain for the Microblaze architecture, from http://wiki.xilinx.com/mb-gnu-tools