diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-11 11:08:27 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-11 11:08:27 +0100 |
commit | 8e8546d1260fca932b0bfaaa7e200ecaeae46c48 (patch) | |
tree | adbaaf9010a3b05cb9b199f038c7d481e09cfb48 /gcc/c | |
parent | 3f717f9565c5c40bcaa1e0b5419fe5bf65ad7f1c (diff) | |
download | gcc-8e8546d1260fca932b0bfaaa7e200ecaeae46c48.zip gcc-8e8546d1260fca932b0bfaaa7e200ecaeae46c48.tar.gz gcc-8e8546d1260fca932b0bfaaa7e200ecaeae46c48.tar.bz2 |
cobol: Fix --enable-link-serialization build
--enable-link-serialization relies on each FE participating properly,
setting <lang>.serial, depending on $(<lang>.prev) and printing progress.
The configure option is mainly for LTO bootstraps when we don't want to link
all the FEs at once because that can consume too much memory.
The comment changes are unrelated, just something I've spotted while
working on this. .exe is a Windows suffix, so either we shouldn't
talk about suffixes in the comments or use there $(exeext) as well
to make it clear that it is dependent on the host/build.
2025-03-11 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in: Remove .exe extension from comments.
(cobol.serial): Set to cobol1$(exeext).
(cobol1$(exeext)): Depend on $(cobol.prev). Add
LINK_PROGRESS calls before/after the link command.
Diffstat (limited to 'gcc/c')
0 files changed, 0 insertions, 0 deletions