From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F88A385800E; Sat, 2 Dec 2023 14:23:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F88A385800E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701527024; bh=PNN0nNGt2rdo18RXDGe5bplB2TTzG82A5o/qYN/6i4Q=; h=From:To:Subject:Date:From; b=xB2buvfX7pxyO2sOTOcGcdU1nct0O4EzsOvA/2wwtf/sa/iRkHiim5QbfU5i+hbDK HKg+vLqGmnw7BLHS8iV8UC2NH22r9bGoJCc5ayPVwJ9+I0TDYO10G33G8gQxr8iKjc wcrEU0FJfpyHoaNnB2F6G1xkXTBe47JqIVjmJ5DA= From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/112825] New: Modula 2 builds target objects as part of all-gcc Date: Sat, 02 Dec 2023 14:23:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rsandifo at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112825 Bug ID: 112825 Summary: Modula 2 builds target objects as part of all-gcc Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: rsandifo at gcc dot gnu.org Target Milestone: --- Normally, it's possible to do: ../src/configure --target=3Dfoo make -jN all-gcc without having a full build environment (binutils, sysroot, etc.) for target foo. This is useful for sanity checks and investigating bugs on other targ= ets. It's also useful for config-list.mk. However, the Modula 2 build tries to build target objects as part of all-gc= c.=20 The specific route I see is: Considering target file 'm2.info'. File 'm2.info' does not exist. Considering target file 'doc/m2.info'. File 'doc/m2.info' does not exist. Considering target file '../../gcc/gcc/doc/gm2.texi'. File '../../gcc/gcc/doc/gm2.texi' was considered already. Considering target file 'm2/gm2-libs.texi'. File 'm2/gm2-libs.texi' does not exist. Considering target file 'gm2-libs.texi-check'. File 'gm2-libs.texi-check' does not exist. Considering target file 'm2/SYSTEM-pim.texi'. File 'm2/SYSTEM-pim.texi' does not exist. Considering target file 'SYSTEM-pim-texi-check'. File 'SYSTEM-pim-texi-check' does not exist. Considering target file '.../gcc/git/tmp/gcc/m2/gm2-libs/SYSTEM.def'. File '.../gcc/git/tmp/gcc/m2/gm2-libs/SYSTEM.def' do= es not exist. Pruning file 'gm2'. Pruning file 'xgcc'. Pruning file 'cc1gm2'. Finished prerequisites of target file '.../gcc/git/tmp/gcc/m2/gm2-libs/SYSTEM.def'. Must remake target '.../gcc/git/tmp/gcc/m2/gm2-libs/SYSTEM.def'.=