From patchwork Sun Aug 17 12:49:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 380591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7CFFB14012B for ; Sun, 17 Aug 2014 22:50:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AB60B87B5A; Sun, 17 Aug 2014 12:49:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wSdieoyWoibD; Sun, 17 Aug 2014 12:49:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0B5D189A79; Sun, 17 Aug 2014 12:49:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D36A91C2328 for ; Sun, 17 Aug 2014 12:49:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D0D0A857AF for ; Sun, 17 Aug 2014 12:49:39 +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 DGozn2hlmfH9 for ; Sun, 17 Aug 2014 12:49:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 336D88579F for ; Sun, 17 Aug 2014 12:49:39 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id n3so2612797wiv.2 for ; Sun, 17 Aug 2014 05:49:37 -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:in-reply-to:references; bh=O0WfLN7jSyDOr/8ne/sUkCzqEWn3/Bvpxgg8bXWWxr8=; b=hs2KEiPb66vun0A/5E4/R4IsgWVraXN/c36hMDRQlcsaSLqrKlWTcg+a2ZbrCeQi42 pOH27HgpkKypH8eZJUpKDNbtlTdbaW27nVMfmS4mJlVqDLRG3N1g24ENvjw0nSCebgSA vLJxKuOB2+7Q0uM5l2FCODqjIF2t6CQSwduCh6KZvxV4GQ2z99KhJj5yduteQ6wicRh6 Jm12JRRz79Xt3qDZ1ZpZrJANtQYyNAv7Gkzbyp0Mos4l8Cn+c1H/E+hp6we6yRFrjGSd YZsyoMdhTwBKi6hcsV/jk8FJR9IBMky04RM0y5KMh/ee3HetUFpq7A4lCPJ3EsRbHmeO g0zw== X-Received: by 10.194.203.105 with SMTP id kp9mr35362446wjc.41.1408279777733; Sun, 17 Aug 2014 05:49:37 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id 10sm34077472wjr.22.2014.08.17.05.49.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Aug 2014 05:49:37 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 17 Aug 2014 14:49:06 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 14/24 v4] arch/bfin: always has atomic ops 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 Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Anton Kolesov --- arch/Config.in.bfin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/Config.in.bfin b/arch/Config.in.bfin index 415fc89..0783969 100644 --- a/arch/Config.in.bfin +++ b/arch/Config.in.bfin @@ -68,6 +68,9 @@ config BR2_ARCH config BR2_ENDIAN default "LITTLE" +config BR2_ARCH_HAS_ATOMICS + default y + config BR2_GCC_TARGET_CPU default bf606 if BR2_bf606 default bf607 if BR2_bf607