From patchwork Sat Jul 6 20:48:47 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: 257311 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 309F02C009C for ; Sun, 7 Jul 2013 06:50:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4EE2231BD6; Sat, 6 Jul 2013 20:50:05 +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 5SjO0tgqMURe; Sat, 6 Jul 2013 20:49:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 49BC732099; Sat, 6 Jul 2013 20:49:55 +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 B5BC08F74B for ; Sat, 6 Jul 2013 20:49:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AA0188810C for ; Sat, 6 Jul 2013 20:49:20 +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 7Qg1K0NfTphR for ; Sat, 6 Jul 2013 20:49:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id D3A4E80339 for ; Sat, 6 Jul 2013 20:49:12 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id u53so2747173wes.37 for ; Sat, 06 Jul 2013 13:49:11 -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=BepFHEMtJxbp9we1uKPAi/liCxSAtHyOrhllcS/ZVIo=; b=Flk6cHMwbxEAaXWQJOdw58u2+o0TPHLeqNN20UGfCZ8yDMWvIgWbicw0IFyzhbiRZC ZRp91XCdONAOEaqVfruJkZRIRwbUud2pvxa5ykF9PNYlIB2ld+uZ5LkliorerFCYiVJj a6V6ZVBl2qBZFDd1fYJHLlfX1CO480c2ztaSvTrFpc8bmTYOGHoSFL83+pUFRfpHmC3N CExatXNopJRgFcPqS2hSuUaoxEcnzf33tgzHLv/FalMwStx0D/JPMUyr3EJXtTSy4AL+ HNRuh0o3Pk5NstTHTKklVsI3legZJrn5abvjmMehUpQcgRhiHf6iQS9YIZUge9LSlh8f ftFw== X-Received: by 10.194.133.106 with SMTP id pb10mr8742078wjb.62.1373143751131; Sat, 06 Jul 2013 13:49:11 -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.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 13:49:10 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sat, 6 Jul 2013 22:48:47 +0200 Message-Id: <4623a55d6aea14eeff64180bbfdb159d12ab017c.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 08/12] pkg-infra: dump all ARM OABI references when setting ABI 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 --- package/Makefile.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package/Makefile.in b/package/Makefile.in index 405b3e4..06db122 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -30,11 +30,10 @@ LIBC=gnu endif # The ABI suffix is a bit special on ARM, as it needs to be -# -uclibcgnueabi for uClibc EABI, -uclibc for uClibc OABI, -gnueabi -# for glibc EABI and -gnu for glibc OABI. This means that the LIBC and -# ABI aren't strictly orthogonal, which explains why we need the test -# on LIBC below. -ifeq ($(BR2_ARM_EABI),y) +# -uclibcgnueabi for uClibc EABI, and -gnueabi for glibc EABI. +# This means that the LIBC and ABI aren't strictly orthogonal, +# which explains why we need the test on LIBC below. +ifeq ($(BR2_arm)$(BR2_armeb),y) ifeq ($(LIBC),uclibc) ABI=gnueabi else