From patchwork Sun Aug 17 19:29:52 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: 380633 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 34AC6140114 for ; Mon, 18 Aug 2014 05:30:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 121EB8B997; Sun, 17 Aug 2014 19:30:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oRZYhFCJro8W; Sun, 17 Aug 2014 19:30:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F37E98A9F0; Sun, 17 Aug 2014 19:30:30 +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 B26F01BFA1D for ; Sun, 17 Aug 2014 19:30:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AEDE28931B for ; Sun, 17 Aug 2014 19:30:26 +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 f33Er943HPqw for ; Sun, 17 Aug 2014 19:30:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 1961989285 for ; Sun, 17 Aug 2014 19:30:25 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so2744549wiv.13 for ; Sun, 17 Aug 2014 12:30:24 -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=bAankv0NTBldMX1GwRmSR2RNQGyAt9SRWmv9MGeKZVs=; b=YFK7Nfo3nrEVaJcpP+iBF9yzhYm7F/tlvm9by44+bImGfY8pXyC+TO7BPQz/8pJrx2 KdccbN/FjFOr3f7IiTTtI43RN3sSRDNWalS+NcOG0FwnxPLjdqSe7NiTnPvW4b9Uz7el TRarG2ku891Sokn4ebDfmhEQkjlj4YMX5nBfTuYfEoRCC6cqvTtHv+UxF2yHuYlLipIk P6zOHqUgjmE2vcJoJBEAbzic4KYGeBs3pdoXQiEJ4QyIma0o+jcigvEdxP8KTM7Awqxi Xio5j7QXLmr0Lt0NjHAYzTeFWeVLUSJGUJD1ROUH2EKcGlMb2rIiahbgZ3EoXet/wRQA qHjw== X-Received: by 10.194.203.105 with SMTP id kp9mr37362258wjc.41.1408303824639; Sun, 17 Aug 2014 12:30:24 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ez1sm30072010wib.15.2014.08.17.12.30.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Aug 2014 12:30:23 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 17 Aug 2014 21:29:52 +0200 Message-Id: <971878f01388e9efe0fc6a8bdf2a353bf8b1cf83.1408303753.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 13/24 v5] arch/avr32: 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.avr32 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32 index 8429589..fc1f4f6 100644 --- a/arch/Config.in.avr32 +++ b/arch/Config.in.avr32 @@ -6,3 +6,6 @@ config BR2_ENDIAN config BR2_GCC_TARGET_ARCH default "ap" + +config BR2_ARCH_HAS_ATOMICS + default y