From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124785 invoked by alias); 16 May 2018 17:03:19 -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 124470 invoked by uid 89); 16 May 2018 17:03:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:2153, H*r:Unknown, 971, Home 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; Wed, 16 May 2018 17:03:15 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5afc6451.7f98bd900600-smtp-out-n01; Wed, 16 May 2018 17:03:13 -0000 (UTC) Date: Wed, 16 May 2018 17:03:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5afc64518ba83_3cd72adf9d7d7c04107133@hookshot-fe-265448d.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 62f5b9: ARC: Don't mention in multilib not yet supported C... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5afc64518b506_3cd72adf9d7d7c041070b1"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00008.txt.bz2 ----==_mimepart_5afc64518b506_3cd72adf9d7d7c041070b1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2163 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 62f5b90e2e79a8ccee07534f9484627e5e268d50 https://github.com/crosstool-ng/crosstool-ng/commit/62f5b90e2e79a8ccee07534f9484627e5e268d50 Author: Alexey Brodkin Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: A packages/gcc/8.1.0/0020-ARC-Don-t-mention-not-yet-supported-hs4xy-CPUs.patch Log Message: ----------- ARC: Don't mention in multilib not yet supported CPUs hs4x and hs4xd were mistakenly mentioned in MULTILIB_OPTION/DIRNAMES before real support of those CPUs was accepted in upstream. That breaks multilib toolchains building becase we're trying to compile for not yet known CPU. Signed-off-by: Alexey Brodkin Commit: a397b6951662d0ee76e96c027928662ab05b2d3b https://github.com/crosstool-ng/crosstool-ng/commit/a397b6951662d0ee76e96c027928662ab05b2d3b Author: Alexey Brodkin Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: A samples/arc-multilib-elf32/crosstool.config A samples/arc-multilib-elf32/reported.by Log Message: ----------- ARC: Add baremetal/elf32 multilib sample Signed-off-by: Alexey Brodkin Commit: ea53be7529f4ad96e9235ab5b332a26a3d65dc99 https://github.com/crosstool-ng/crosstool-ng/commit/ea53be7529f4ad96e9235ab5b332a26a3d65dc99 Author: Alexey Neyman Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: A packages/gcc/8.1.0/0020-ARC-Don-t-mention-not-yet-supported-hs4xy-CPUs.patch A samples/arc-multilib-elf32/crosstool.config A samples/arc-multilib-elf32/reported.by Log Message: ----------- Merge pull request #971 from abrodkin/topic-elf32-multilib ARC: Add support and sample for baremetal/elf32 multilib toolchain Compare: https://github.com/crosstool-ng/crosstool-ng/compare/563ee5cea00a...ea53be7529f4 **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_5afc64518b506_3cd72adf9d7d7c041070b1--