From patchwork Sun Oct 25 15:19:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 535591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B1A4F1402CC for ; Mon, 26 Oct 2015 02:19:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=GKbxwDSx; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6916871D1; Sun, 25 Oct 2015 15:19:58 +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 doz-wSZ2f-6X; Sun, 25 Oct 2015 15:19:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4A53B871DD; Sun, 25 Oct 2015 15:19:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 048751C1EEA for ; Sun, 25 Oct 2015 15:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F1A1128E61 for ; Sun, 25 Oct 2015 15:19:56 +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 dGexZ4r1BZfy for ; Sun, 25 Oct 2015 15:19:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by silver.osuosl.org (Postfix) with ESMTPS id 1063A26514 for ; Sun, 25 Oct 2015 15:19:56 +0000 (UTC) Received: by wicfv8 with SMTP id fv8so85300370wic.0 for ; Sun, 25 Oct 2015 08:19:54 -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 :mime-version:content-type:content-transfer-encoding; bh=SpTTvvglJieGBewVO6d8LpkCTL26TXrtuAX1AU7M8GE=; b=GKbxwDSxNFX4ascwh1g5p6Tb3FH4p93HKN1eWycGpIKlRcmtU1yu6LA7rkKH3uPdql DwuVBJxAiJtzHJbOp+nkJpVti+Z9kWVQJ7W05YXV2oI0JZFee0e35atpeadWTzM58rOX KGUoo9PAD2fwHqm9WumbROMfqjSPHwb/liEEv6+VKRpcOG3XT7weBxIry2baL3e2JdFv gFzJrogu8q7KLKv91ibeb1QEbm68Bf5If9AD0WcwegAC70dxwoxOg085BHIa/CLizvEY 1S5syWUGqbxaNb1dwKNVzjnnGFpOc0K7WsywG/rFEGxnQudD4+wzFoHFYDg+XDEzPTdF MF4g== X-Received: by 10.194.222.5 with SMTP id qi5mr15488457wjc.106.1445786394530; Sun, 25 Oct 2015 08:19:54 -0700 (PDT) Received: from localhost.localdomain ([88.172.188.148]) by smtp.gmail.com with ESMTPSA id by11sm6948182wib.13.2015.10.25.08.19.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 25 Oct 2015 08:19:53 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= To: Date: Sun, 25 Oct 2015 16:19:40 +0100 Message-Id: <1445786380-2741-1-git-send-email-benoit.thebaudeau.dev@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <87k2qn6gf0.fsf@dell.be.48ers.dk> References: <87k2qn6gf0.fsf@dell.be.48ers.dk> MIME-Version: 1.0 Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH] arch/arm: use EABIhf by default with VFP X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Set EABIhf as the default target ABI for the ARM processors that have or may have a VFP unit, since this ABI is the most efficient in that case. Of course, EABI can still be selected manually if needed. Signed-off-by: Benoît Thébaudeau --- arch/Config.in.arm | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Config.in.arm b/arch/Config.in.arm index 4d10f4c..f0110b1 100644 --- a/arch/Config.in.arm +++ b/arch/Config.in.arm @@ -188,6 +188,7 @@ endchoice choice prompt "Target ABI" depends on BR2_arm || BR2_armeb + default BR2_ARM_EABIHF if BR2_ARM_CPU_MAYBE_HAS_VFPV2 || BR2_ARM_CPU_HAS_VFPV2 default BR2_ARM_EABI help Application Binary Interface to use. The Application Binary