From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4148C43331 for ; Thu, 26 Mar 2020 12:24:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2A3E52070A for ; Thu, 26 Mar 2020 12:24:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tviNlYF/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2A3E52070A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=subdivi.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jo7EhWIfvE2u5HNXEKjU7XzO+HOXV50zHhIrFpv0FMI=; b=tviNlYF/wy8QuK rIIJts+gB0Hrs7zXTAs2Q5LG4KyiEmYRuzm9f4vkwk1stBhssqg/HGjIiYmZh01zBjJecBFpR8l6M VqFF79AwcQX0ixgJZIgmiPg5MA+VRYNH4+bT4MMSI1IV3JxRWMOrO5y0ML4ANk3/9AF+HXydkE9+G qBN9RrPV/yK85/6DvUPQRbT/YNfYBesddxD8UNw3bqjniNaIuNvjB0g3OaYQXnWazz0UxymF7N9dl BZ+MOuwnC6cs5MZRqABqJJ1TyGlz1TQwCSl2cyUmkNn/NDqRNKPyR13riNL/3fzcEF0LMyJEP4sKB oX+NIESGttiAJxOWABzw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHRYs-0005w7-5T; Thu, 26 Mar 2020 12:24:38 +0000 Received: from isilmar-4.linta.de ([136.243.71.142]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHRYo-0005Ox-KT for linux-snps-arc@lists.infradead.org; Thu, 26 Mar 2020 12:24:36 +0000 Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTP id 0E98320008C; Thu, 26 Mar 2020 12:24:28 +0000 (UTC) Date: Thu, 26 Mar 2020 13:24:01 +0100 From: Helmut Grohne To: Alexey Brodkin Subject: Re: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t ) Message-ID: <20200326122401.GA5669@alf.mars> Mail-Followup-To: Helmut Grohne , Alexey Brodkin , "debian-arm@lists.debian.org" , arcml , GNU C Library , Vineet Gupta References: <8a9784b3-fc52-adc3-4595-33142b059388@synopsys.com> <20200220001136.2f14236e@jawa> <20200220162735.GA26634@alf.mars> <2c3d76a7-fa94-d16e-2803-a98a4761e427@gmail.com> <20200326055408.GA31088@alf.mars> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200326_052434_827863_D5196518 X-CRM114-Status: UNSURE ( 6.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "debian-arm@lists.debian.org" , arcml , GNU C Library , Vineet Gupta Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org Hi Alexey, On Thu, Mar 26, 2020 at 11:51:44AM +0000, Alexey Brodkin wrote: > I guess almost all of the packages you mentioned already have > needed improvements for ARC. I didn't mean to imply that anything was missing. I just mentioned those that usually need work without having checked any. > 2. libgpg-error has ARC support since v1.33, see: > http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=48c8f8ddfc80 This is only the native-support. For rebootstrap, we also need cross build support, i.e. recording the generated lock-obj header (once glibc is done). > And only for "libatomic-ops" & "guile" nothing has been done yet so if there's something > that really needs to be done please let us know. I suggest that you focus on libatomic-ops then. And on glibc of course. I guess that the other issues are easily solvable when they arise. Helmut _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc