From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66253 invoked by alias); 20 Nov 2019 20:49:09 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 66201 invoked by uid 89); 20 Nov 2019 20:49:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=H*M:online, emacs, H*Ad:D*t-online.de, H*r:sk:mailout X-HELO: mailout05.t-online.de Received: from mailout05.t-online.de (HELO mailout05.t-online.de) (194.25.134.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Nov 2019 20:49:01 +0000 Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout05.t-online.de (Postfix) with SMTP id 297BC4229E1C; Wed, 20 Nov 2019 21:48:59 +0100 (CET) Received: from sweetums.local (ZqYRMsZAght90-c4ngJnUebiHncXMVe12MzyywL70qCJEMn7feNDXjNvFuj75Y+QE3@[84.128.94.135]) by fwd01.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1iXWuH-2DfB2G0; Wed, 20 Nov 2019 21:48:57 +0100 Subject: Re: [PATCH 0/4] Eliminate cc0 from m68k To: Mikael Pettersson Cc: Andreas Schwab , GCC Patches References: <8736em8mp7.fsf@igel.home> <962cf853-0809-f6ea-fbf7-48ac161e0cc6@t-online.de> From: Bernd Schmidt Openpgp: preference=signencrypt Message-ID: Date: Wed, 20 Nov 2019 20:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg02021.txt.bz2 On 11/20/19 8:27 PM, Mikael Pettersson wrote: > On Wed, Nov 20, 2019 at 3:16 PM Bernd Schmidt wrote: >> Probably best to just run tests on stage1 and hope something shows up. > > Ok, how do I did that? I've always just done 'make -k check' after > full bootstraps. > I assume the stage 1 artifacts are the ones in the prev-* directories. There's a --disable-bootstrap configure option. >> What distro are you using for native builds? The m68k debian I'm using >> does not have an installable gcc package. > > I run a bespoke distro on m68k and sparc64, derived from Fedora but > massively cut down in size, with target patches done by myself or > ported from Debian and Gentoo as necessary. > > Debian/m68k not having a gcc package? That sounds odd; I see e.g. a > gcc-9 in http://ftp.ports.debian.org/debian-ports/pool-m68k/main/g/ Turns out I wasn't sufficiently familiar with how debian works. I was missing an "apt update" step. I kind of assumed a package like gcc would install out of the box (others did, things like emacs). Bernd