From patchwork Sat Jul 6 20:48:42 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: 257305 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 A28362C0099 for ; Sun, 7 Jul 2013 06:49:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CB66B320DA; Sat, 6 Jul 2013 20:49:22 +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 QBqdudhNQyv3; Sat, 6 Jul 2013 20:49:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 27030320A1; Sat, 6 Jul 2013 20:49:19 +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 9D5C38F74B for ; Sat, 6 Jul 2013 20:49:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F2FA80339 for ; Sat, 6 Jul 2013 20:49:12 +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 n5svlModExNo for ; Sat, 6 Jul 2013 20:49:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8E64080AE0 for ; Sat, 6 Jul 2013 20:49:05 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id j13so2824076wgh.24 for ; Sat, 06 Jul 2013 13:49:03 -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=X7Ll+wqgZYrpQHq8kY/hSX/5TvWWP0xJzuB9X6yQg/w=; b=IFlI6krDvrqNRZDZ+DfAroghXBMpzamr6Hh7QSRDqy/yHRcDSe+tRloSKR5e2kXbqU +evTk+azj4rurULMjpDBaW6JrMaCNq2vLPKPKvqZi2FqtdNZtmtCGDJrJ3sqnnTKHwY0 Xbg9EbZ1ofgD9pBCp6V/lYrOMbxksAR/O7wio37XhJvDF4bgNhHyWPtLjHMEkNOilEM/ sZnAWm3/97VUgyzcAEOoM80wQTcVffMrWUD8JMoKpX6luKuwRFtM1aFYHt6zNRQU8zmL clNF9S801tAENuDHtfFB04r/q21QtmSxb/FocolhZk0shD+ifuRgaJrb29Ift0pNRA1W +f+Q== X-Received: by 10.180.108.228 with SMTP id hn4mr26000337wib.64.1373143743431; Sat, 06 Jul 2013 13:49:03 -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.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 13:49:02 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sat, 6 Jul 2013 22:48:42 +0200 Message-Id: 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 03/12] arch/arm: remove setting gcc's apcs-gnu ABI (aka OABI) 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" --- arch/Config.in.arm | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Config.in.arm b/arch/Config.in.arm index 45d2b4b..1fc0bd7 100644 --- a/arch/Config.in.arm +++ b/arch/Config.in.arm @@ -130,5 +130,4 @@ config BR2_GCC_TARGET_ARCH default "iwmmxt" if BR2_iwmmxt config BR2_GCC_TARGET_ABI - default "apcs-gnu" if BR2_ARM_OABI default "aapcs-linux" if BR2_ARM_EABI