From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68861 invoked by alias); 8 Feb 2018 21:28:15 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 68847 invoked by uid 89); 8 Feb 2018 21:28:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=person X-HELO: mail-qt0-f193.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5+eYlDR6qYX2o9bce7buOiGbHks1kFBmbcEm02amw6o=; b=QlWoWGpHtE7Al68MOm/qABtwNaSSiN2OOg1nZSL1VWr5zHg3mP3NDoK3JDSA09Opyw eSTiLf+/Y+a3TDQxpRru91fm1mU/YUtpaRp4iibjStBDuopt9h+GkIaWwBSpCTBmNPE7 RpxDYi2T74B6Uk4UEoRHLdGY8FAc9CNMuYc80BiMkt6uGtmIWqwNSOpkRwsLs+hEuuF2 qHU0T3r1khx+ufrCBwXvuxTIde5rUN0QrC/nILZ5avxlcTMMKPeKGKegXRHzrRsVIjoF ZgnrIWUf+uuRYcGzea52ZDELCgc8xVlaGlv1UNuCNGpkPa5YF82DmD2BdXJPKy183RhI Reag== X-Gm-Message-State: APf1xPBr/giXvKCCGlAWxYZzm3Dc54PPjFWaAiae97h/3JEp+xro1boB FSVxIkp3mOAUX05f5l9CcA2VZANGjro/yPiZY3t/NGPM X-Google-Smtp-Source: AH8x227GJxx/bjGMCHMWMeVNrOF6RcjqTYWCIdaaZqqcFCW5bjh3me34vdm/cJI3HljFjeBK+J/cmHMEwBy4Lp+eNps= X-Received: by 10.237.58.133 with SMTP id o5mr905949qte.307.1518125292325; Thu, 08 Feb 2018 13:28:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Jim Wilson Date: Thu, 08 Feb 2018 21:33:00 -0000 Message-ID: Subject: Re: [PATCH v7 02/17] Skeleton documentation for the RISC-V port To: Palmer Dabbelt Cc: schwab@suse.de, libc-alpha@sourceware.org, Joseph Myers Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg00299.txt.bz2 On Thu, Feb 8, 2018 at 1:00 PM, Palmer Dabbelt wrote: > On Mon, 05 Feb 2018 01:15:59 PST (-0800), schwab@suse.de wrote: >> >> Has gcc 7.3 ever been bootstrapped on real hardware? > > Jim would be the only person who might have done it. Jim: IIRC you'd built > GCC on the FPGA at some point? I did a gcc-7-branch bootstrap shortly before the gcc-7.3 release using a fedora bootstrap disk image running on qemu. I haven't had enough hardware access to be able to do a gcc bootstrap on hardware. I have hardware now, but there are a number of things I need to test, and I'm not sure when I will be able to try a gcc bootstrap. Jim