public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/112825] New: Modula 2 builds target objects as part of all-gcc
@ 2023-12-02 14:23 rsandifo at gcc dot gnu.org
  2023-12-02 21:19 ` [Bug modula2/112825] " gaius at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2023-12-02 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112825

            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=foo
  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 targets.
 It's also useful for config-list.mk.

However, the Modula 2 build tries to build target objects as part of all-gcc. 
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' does
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'.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-04  1:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-02 14:23 [Bug modula2/112825] New: Modula 2 builds target objects as part of all-gcc rsandifo at gcc dot gnu.org
2023-12-02 21:19 ` [Bug modula2/112825] " gaius at gcc dot gnu.org
2023-12-03 22:19 ` gaius at gcc dot gnu.org
2023-12-03 22:25 ` gaius at gcc dot gnu.org
2023-12-03 23:14 ` tschwinge at gcc dot gnu.org
2023-12-04  1:36 ` cvs-commit at gcc dot gnu.org
2023-12-04  1:39 ` gaius at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).