Message ID | 20170112023038.13449-6-palmer@dabbelt.com |
---|---|
State | New |
Headers | show
Return-Path: <gcc-patches-return-445924-incoming=patchwork.ozlabs.org@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tzVJJ2H3Rz9sXx for <incoming@patchwork.ozlabs.org>; Thu, 12 Jan 2017 13:36:32 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="oy0QC2a4"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:cc:subject:date:message-id:in-reply-to:references; q=dns; s=default; b=Qx+6zU1kgOm5jAti1cQm261z+8Ge2Dxqr/MDZzmDN3iPQJzmql Kp2WTa/yilRwiMiJzH4yYTAgmdfzwTqBTlxS4t+2Yb0IURxQgb+PaMRKmNCVs9ct 6lIIUloGNpwC9Wzz59OOjIRkOVSkbMtqFPOR46cel3Xlyuki3HzM4pXQQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:cc:subject:date:message-id:in-reply-to:references; s= default; bh=8TPuZWrIm2l4XVVcUU0NL1gYgSU=; b=oy0QC2a4spHijwSS9/Be SMA7gXGNPfQ2B9TXtq8diDFa7BvuGl9ujbEoq+alFmh4hO2oOYVQVu5Z9ZKOeAUi XvAFKT9FI62YReTSAgzCQDJAzdbryA2f3b4IyZVWogbYIgY1fYPKjYH04y0HIpLS 2DfRCy4MhQjSgTrUOMMfnyg= Received: (qmail 80628 invoked by alias); 12 Jan 2017 02:35:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: <gcc-patches.gcc.gnu.org> List-Unsubscribe: <mailto:gcc-patches-unsubscribe-incoming=patchwork.ozlabs.org@gcc.gnu.org> List-Archive: <http://gcc.gnu.org/ml/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-help@gcc.gnu.org> Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 80367 invoked by uid 89); 12 Jan 2017 02:35:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=waterman, Waterman X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jan 2017 02:35:37 +0000 Received: by mail-pf0-f196.google.com with SMTP id f144so1010569pfa.2 for <gcc-patches@gcc.gnu.org>; Wed, 11 Jan 2017 18:35:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:cc:subject:date:message-id :in-reply-to:references; bh=rO/ItgwayZt13h2O8+vby16cAgLT+bnyIZjqyoi31vQ=; b=TMa7VxLTnvcStX8voMb9Z5UU/KUh2TooskNjyoACypLfsoVrna0iq+JTmNmhDSpOFH hp4b5+9zbFN6QbUlOfS8gjAcBCpHewmI+sjnLhzj1avebcZzYfT0PlbqeSEvSTCmFmMd 975TKfYX8SQ+cIfGjYptSu4rQfwrg3ENdU2cgVafT7ytkqLJgcDFNKDUaYJhA6Ag+wt9 Hkm0I3GzxHxDAkTQpcmdHVWbuygivbRadH+TPZiGip9JtYRssDrqe64TABunkbjzHDyY q0zPYOQpNDVNoVD11ySi2j6RmOJ0kEkkd/gFb9s7bvk2jOotrQDiXj+HweBQxqeLDmUK R0EQ== X-Gm-Message-State: AIkVDXLdJjqIkPMWt45WxWeppG9FTNeqCd19/pKSawSFoUZvnPFP3Ne263YFplny8eu+5g== X-Received: by 10.99.115.76 with SMTP id d12mr14375162pgn.56.1484188536233; Wed, 11 Jan 2017 18:35:36 -0800 (PST) Received: from localhost (c-73-222-189-110.hsd1.ca.comcast.net. [73.222.189.110]) by smtp.gmail.com with ESMTPSA id 75sm3345201pfp.80.2017.01.11.18.35.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jan 2017 18:35:35 -0800 (PST) From: Palmer Dabbelt <palmer@dabbelt.com> To: gcc-patches@gcc.gnu.org Cc: Andrew Waterman <andrew@sifive.com> Cc: kito.cheng@gmail.com Subject: [PATCH 5/6] RISC-V Port: libatomic Date: Wed, 11 Jan 2017 18:30:37 -0800 Message-Id: <20170112023038.13449-6-palmer@dabbelt.com> In-Reply-To: <20170112023038.13449-1-palmer@dabbelt.com> References: <20170112023038.13449-1-palmer@dabbelt.com> X-IsSubscribed: yes |
diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index 6d77c94..b8af3ab 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -37,6 +37,7 @@ case "${target_cpu}" in ARCH=alpha ;; rs6000 | powerpc*) ARCH=powerpc ;; + riscv*) ARCH=riscv ;; sh*) ARCH=sh ;; arm*)
From: Andrew Waterman <andrew@sifive.com> --- libatomic/configure.tgt | 1 + 1 file changed, 1 insertion(+)