From patchwork Thu Apr 24 01:00:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 342051 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 37F281400E8 for ; Thu, 24 Apr 2014 11:01:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F02073217C; Thu, 24 Apr 2014 01:01:51 +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 sZU8jS9iJo0X; Thu, 24 Apr 2014 01:01:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7C1C732208; Thu, 24 Apr 2014 01:01:45 +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 CE9D31BFA43 for ; Thu, 24 Apr 2014 01:01:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CB6088BB97 for ; Thu, 24 Apr 2014 01:01:44 +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 Cng67RFBWi8Q for ; Thu, 24 Apr 2014 01:01:44 +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 185098B879 for ; Thu, 24 Apr 2014 01:01:43 +0000 (UTC) Received: from asgard (host107.181-14-143.telecom.net.ar [181.14.143.107]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s3O11bx9010357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Apr 2014 01:01:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1398301302; bh=oRAf94G1W+h8lZXqAXoS9U3UCgLonoqVEcnePar7S5A=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=i36vwNX0MKXlApraVdtuGkVNlBrvbIX4u5dZdvqagIKmBeLe27OQRbTaDih0zrqJ8 /sBQ1BH9++p5wu6Me5zB72cZK8u6FTMK2G/mnqt/qIOflKONsVUn09DanmmmaF+SwM RM6lbxM54pXcR4IPCUSCzmuN33QW3YClljmrdU4s= Received: by asgard (sSMTP sendmail emulation); Wed, 23 Apr 2014 22:01:31 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 23 Apr 2014 22:00:35 -0300 Message-Id: <1398301235-8445-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1398301235-8445-1-git-send-email-gustavo@zacarias.com.ar> References: <1398301235-8445-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCHv2 6/6] toolchain: enable internal for aarch64 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 Enable the internal toolchain backend for aarch64. Tested with arm_foundationv8_defconfig and ARMs foundation v8 emulator. Both glibc & eglibc work. Signed-off-by: Gustavo Zacarias --- toolchain/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/Config.in b/toolchain/Config.in index a1065ac..54b5d17 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -43,7 +43,7 @@ choice config BR2_TOOLCHAIN_BUILDROOT bool "Buildroot toolchain" - depends on !BR2_aarch64 && !BR2_nios2 + depends on !BR2_nios2 select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS config BR2_TOOLCHAIN_EXTERNAL