]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge #1704
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 15 Dec 2022 09:06:54 +0000 (09:06 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 09:06:54 +0000 (09:06 +0000)
1704: rust: fix link serialization [PR108113] r=CohenArthur a=dkm

The Make-lang.in was missing the link serialization support.

    PR rust/108113

gcc/rust
* Make-lang.in (rust.serial): New variable.
(rust1$(exeext)): Depend on $(rust.prev). Call LINK_PROGRESS.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Co-authored-by: Marc Poulhiès <dkm@kataplop.net>

Trivial merge