From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id A60AE3857C75 for ; Sat, 19 Jun 2021 14:10:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A60AE3857C75 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 15JE96sO015572; Sat, 19 Jun 2021 09:09:07 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 15JE95S2015570; Sat, 19 Jun 2021 09:09:05 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sat, 19 Jun 2021 09:09:05 -0500 From: Segher Boessenkool To: Gaius Mulley Cc: gcc-patches@gcc.gnu.org, Richard Biener , dje.gcc@gmail.com, Matthias Klose Subject: Re: [PATCH] Modula-2 into the GCC tree on master Message-ID: <20210619140905.GV5077@gate.crashing.org> References: <87eed0nn4u.fsf@j228-gm.comp.glam.ac.uk> <20210618123243.GR5077@gate.crashing.org> <87o8c2lwg7.fsf@j228-gm.comp.glam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o8c2lwg7.fsf@j228-gm.comp.glam.ac.uk> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 14:10:09 -0000 Hi! On Fri, Jun 18, 2021 at 10:00:40PM +0100, Gaius Mulley wrote: > Segher Boessenkool writes: > > On Thu, Jun 17, 2021 at 11:26:41PM +0100, Gaius Mulley via Gcc-patches wrote: > >> Debian Stretch using make -j 4, x86_64 GNU/Linux Debian Stretch built > >> using make -j 24 and also under x86_64 GNU/Linux Debian Buster using > >> make -j 4. > > > > I am building it on powerpc64-linux (-m32,-m64) and poweerpc64le-linux > > currently. (All CentOS 7 fwiw). > > excellent the more varieties the better - I'm eagerly awaiting a risc-v > motherboard which might also be interesting I needed a few fixes to get it to build, they are in my branch (). The files gm2-libs/getopt.def and gm2-libs/GetOpt.def have filenames that differ case only, this is censored by the scripts that we run on the Git server. I renamed the former to cgetopt.def for now, but of course more changes are needed for this to work at all. > > It does not want to build gm2tools, haven't investigated that yet > > either. Not yet :-) > > Will report results later. powerpc64-linux now is building, and is running the tetsuite. My powerpc64le-linux build used --enable-languages=all, but Ada fails to build, so I'll redo that without Ada. Gaius, could you look through the two patches I did to get the build to work, see if those are correct or if something better needs to be done? $(subdir) is an absolute path for me, so ../$(subdir) cannot work. Maybe your texinfo is less picky than mine, I use an older one (5.1)? Segher