From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84478 invoked by alias); 15 May 2018 23:37:33 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 84469 invoked by uid 89); 15 May 2018 23:37:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*crossgcc, H*Ad:U*crossgcc, designers, soc X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 May 2018 23:37:31 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5afb6f39.7fb8aaadf540-smtp-out-n01; Tue, 15 May 2018 23:37:29 -0000 (UTC) Date: Tue, 15 May 2018 23:37:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5afb6f38e944b_25322ad55a077c0447647@hookshot-fe-da92815.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 86bbb1: Add ARC architecture support Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5afb6f38e8d07_25322ad55a077c044759f"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00004.txt.bz2 ----==_mimepart_5afb6f38e8d07_25322ad55a077c044759f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2340 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 86bbb146495c46ccc355778f1504cade4c3627dc https://github.com/crosstool-ng/crosstool-ng/commit/86bbb146495c46ccc355778f1504cade4c3627dc Author: Alexey Brodkin Date: 2018-05-15 (Tue, 15 May 2018) Changed paths: A config/arch/arc.in A scripts/build/arch/arc.sh Log Message: ----------- Add ARC architecture support Synopsys' DesignWare ARC Processors are a family of 32-bit CPUs that SoC designers can optimize for a wide range of uses, from deeply embedded to high-performance host applications in a variety of market segments. Signed-off-by: Alexey Brodkin Commit: 66e0a25fd3cdba9b392cc371786a1df211b81076 https://github.com/crosstool-ng/crosstool-ng/commit/66e0a25fd3cdba9b392cc371786a1df211b81076 Author: Alexey Brodkin Date: 2018-05-15 (Tue, 15 May 2018) Changed paths: A samples/arc-arc700-linux-uclibc/crosstool.config A samples/arc-arc700-linux-uclibc/reported.by A samples/arc-archs-linux-uclibc/crosstool.config A samples/arc-archs-linux-uclibc/reported.by Log Message: ----------- Add ARC700 and ARC HS38 Linux samples ARC700 is based on ARCompact (AKA ARCv1 ISA) while ARC HS38 is based on modern ARCv2 ISA. Signed-off-by: Alexey Brodkin Commit: 844c83cac209ca7f99684dee14f1c3d64c6ee27e https://github.com/crosstool-ng/crosstool-ng/commit/844c83cac209ca7f99684dee14f1c3d64c6ee27e Author: Alexey Neyman Date: 2018-05-15 (Tue, 15 May 2018) Changed paths: A config/arch/arc.in A samples/arc-arc700-linux-uclibc/crosstool.config A samples/arc-arc700-linux-uclibc/reported.by A samples/arc-archs-linux-uclibc/crosstool.config A samples/arc-archs-linux-uclibc/reported.by A scripts/build/arch/arc.sh Log Message: ----------- Merge pull request #964 from abrodkin/topic-arc Add ARC architecture support Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7d3d4d9e7484...844c83cac209 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5afb6f38e8d07_25322ad55a077c044759f--