From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1702 invoked by alias); 30 Oct 2018 06:32:01 -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 1440 invoked by uid 89); 30 Oct 2018 06:31:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, 1044, D*synopsys.com, inspired X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Oct 2018 06:31:48 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1540881106; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=x30l8gNr4FDqTROC/l3RUoQQ2/NYysQLTs+thgxE4eY=; b=AuwZCRzzxZ8U6f8LvGTeZXM/KJj/glM8Iy11xjaFWrvv0cbguwOBw93SHQLfXIfaf45cMI70 MT5eBgUEERp9lGJfwtj98ew0nv9TpA0Zj1fmHyCa4COmT8cD92EoibVkg5+ngWXH7B7pUmMu l5/hOjndMDb1npYyEDv6TuyImtM= X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5bd7fad2.7f77a8365780-smtp-out-n01; Tue, 30 Oct 2018 06:31:46 -0000 (UTC) Date: Tue, 30 Oct 2018 06:32:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bd7fad25c2f6_4e2f2acea94dc57c678f1@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7b929a: Disallow linux versions before 4.8 for ARC Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bd7fad25bdad_4e2f2acea94dc57c67798"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00034.txt.bz2 ----==_mimepart_5bd7fad25bdad_4e2f2acea94dc57c67798 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1616 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7b929a528ef8b78ecdf295d4c0536b4707e358e6 https://github.com/crosstool-ng/crosstool-ng/commit/7b929a528ef8b78ecdf295d4c0536b4707e358e6 Author: Alexey Brodkin Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M config/arch/arc.in M packages/linux/package.desc Log Message: ----------- Disallow linux versions before 4.8 for ARC Inspired by a similar fix for AArch64 in 481cbaac9b23. The point is in Linux v4.8 we introduced new ABIv4 which is now used in both Linux kernel and up-to-date GNU tools for ARC (based on GCC 6.x+). See [1] for more details. [1] https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki/ARC-Linux-Syscall-ABI-Compatibility Signed-off-by: Alexey Brodkin Commit: 7c4c6892b9a5ea8e989ecb8a120db4d9f3aa46f6 https://github.com/crosstool-ng/crosstool-ng/commit/7c4c6892b9a5ea8e989ecb8a120db4d9f3aa46f6 Author: Alexey Neyman Date: 2018-10-29 (Mon, 29 Oct 2018) Changed paths: M config/arch/arc.in M packages/linux/package.desc Log Message: ----------- Merge pull request #1044 from abrodkin/topic-arc-linux-4.8 Disallow linux versions before 4.8 for ARC Compare: https://github.com/crosstool-ng/crosstool-ng/compare/3b1e2f6d8686...7c4c6892b9a5 **NOTE:** This service has 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_5bd7fad25bdad_4e2f2acea94dc57c67798--