From patchwork Sat Jul 6 20:48:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 257307 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 1833E2C0099 for ; Sun, 7 Jul 2013 06:49:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1169A31829; Sat, 6 Jul 2013 20:49:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aKjmHW12Z6oO; Sat, 6 Jul 2013 20:49:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A6A5432099; Sat, 6 Jul 2013 20:49:31 +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 D6C898F74B for ; Sat, 6 Jul 2013 20:49:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 88A7989ABC for ; Sat, 6 Jul 2013 20:49:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GCvtexMJ+FB2 for ; Sat, 6 Jul 2013 20:49:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 77D9D8810C for ; Sat, 6 Jul 2013 20:49:09 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id ey16so9062459wid.1 for ; Sat, 06 Jul 2013 13:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=NhlwHAfOD+HrcIK5OP/lDFvAcZIAtOEpXuG4nmmOtuM=; b=efc+ImN/zLWjwVmJ5k/RQNhR+cKOdhMcVPsxJBJvt4mYTLV7QLC+sLnSGeGNGntyrC iMcArsc+Z0+IBQxW6kn72tnpGxiY/Y9EfXdjWPMfSpRp7yqctULUQAS6BgH9FCRCd2hY lWVq1ImwwE89ZbIkaAnprtw44c7r/vUHpSu7TZ49rlBDA88tO/kh9MOIAOduZPehqCHK f+OD9ELMQOWRzCQGAXy1+ZrLyWSxlptN+gpHlp8tY9BJ0SypZYc7ewc8I5DOQXRKlCeg dNc4r4eXzZ7jMnActlZsfu8d/aJVQ6nAZJYaeJkKcAymeRDbzrGqcDameaKfPWlGDQpi DcXg== X-Received: by 10.180.189.208 with SMTP id gk16mr26272857wic.9.1373143747810; Sat, 06 Jul 2013 13:49:07 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id em10sm37710080wid.1.2013.07.06.13.49.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 13:49:07 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sat, 6 Jul 2013 22:48:45 +0200 Message-Id: <91f558c7563a286c58210ae8490a057368e84b5c.1373143368.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 06/12] arch/arm: drop 'if EABI' since it's always true now 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: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni --- arch/Config.in.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Config.in.arm b/arch/Config.in.arm index 1fc0bd7..8399a8c 100644 --- a/arch/Config.in.arm +++ b/arch/Config.in.arm @@ -130,4 +130,4 @@ config BR2_GCC_TARGET_ARCH default "iwmmxt" if BR2_iwmmxt config BR2_GCC_TARGET_ABI - default "aapcs-linux" if BR2_ARM_EABI + default "aapcs-linux"