This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 16/17] NEWS: mention ARC port
- From: Vineet Gupta <Vineet dot Gupta1 at synopsys dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: "linux-snps-arc at lists dot infradead dot org" <linux-snps-arc at lists dot infradead dot org>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Sat, 7 Mar 2020 00:55:34 +0000
- Subject: Re: [PATCH v3 16/17] NEWS: mention ARC port
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=synopsys.com; dmarc=pass action=none header.from=synopsys.com; dkim=pass header.d=synopsys.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=R852vkFCsZuz/b82Hc/51orEIHk5PFsxxdATpxDUjrE=; b=Ws/ynqX4J8JfeHWlkzhL2fp9waTr4Mo9UYU7HjGT8sfpQY6NYo1MZJ++CDBkgZYLHIYA8LooebCIGtMEgvAYVsNxlaZwN5BHEPJeYAHhne4AvmxzkLka+WNVs+d8G+0kN3HaM/7sCieImif4bO1/eD0a4UE9jX9LOPCy3sixGK3bu483Lgji1Dfu1j1nRVs47bBgepw8v6PVBJ1w1AOo8Pvsp2WNh673GT4GlVfUl4BJH5DqlFnOHbawSiP5oiJowbdXfmYoUAbjsb2hxFgc48Us6nqhDhJ5Wdc6UOqVNPraTsENqrxokNSq/ZQd/ng3EP2V8h3tmMHFIwkWZ/TGIQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HG3bWZCzYgalaEfajz7IbwPpmPa97HB5JqwKNO/WhlRzp+WqmOw4ATnaGGdYyvuRoqPwr3KsyVxTEgJ87Qnofpii57hcHjZXhx67ytJ72GqeAlLkWZ7niRWqNKQw2H52/Y6zoWuVaKLN0BwvE1dZgKxpgZAmZ7Op9XWUl6bXpYKPoq8/buWUOHDy8imLe2UV+uMgEk64kuvoUcxDCByGyyGgbp2/RyMncRUtD81ZzBUorGrJcAd+RhbImgPGMJr+DzOkKH9Asql+Y+3IAvx7Z80Bt8AyYlw0SppAcL89Ff41jTjT7CSFe31T/xMg30Dx9bSF8w7f1GQzQX8nYQpKrA==
- References: <20200306182419.13945-1-vgupta@synopsys.com> <20200306182419.13945-17-vgupta@synopsys.com> <alpine.DEB.2.21.2003070013170.26274@digraph.polyomino.org.uk>
On 3/6/20 4:14 PM, Joseph Myers wrote:
> On Fri, 6 Mar 2020, Vineet Gupta wrote:
>
>> +* Support for ARC HS cores running Linux has been contributed by Synopsys.
>> + Port requires atleast
>> + - binutils-2.31 (binutils-2_31-branch: commit 6ce881c15fc4, 2018-10-04)
>> + - gcc 8.2 (gcc-8-stable: commit 0d5ba57508c5, 2019-01-29)
>> + - Linux kernel 5.1+
>
> You need to update the list of supported configurations in README.
Ok did that now. Is it not supposed to also cover the hf (hard-float) configs for
architectures in general ?
>
> Any architecture with a higher minimum compiler / binutils version than
> normal needs it documented in install.texi, with the INSTALL file
> regenerated.
"normal" would the ones mentioned in build-many-glibcs ? The min versions for ARC
are over year old already so I don't think it needs mentioning.