#988847 gcc-11: reduce Build-Depends of stage1

Package:
src:gcc-11
Source:
gcc-11
Submitter:
Helmut Grohne
Date:
2026-05-05 16:39:02 UTC
Severity:
normal
Tags:
#988847#5
Date:
2021-05-20 13:07:58 UTC
From:
To:
Hi Matthias,

I noticed that building a stage1 cross compiler does not issue exactly
the right Build-Depends. rebootstrap has traditionally ignored gcc's
Build-Depends and just installed what it thinks was right, but maybe
that's not the best of solutions.

In particular, gcc Build-Depends on a pile of glibc stuff, which is
quite obviously unavailable when building stage1. I'm attaching a patch
that drops these unused dependencies. Please consider applying it.

Helmut

#988847#10
Date:
2026-05-04 11:29:56 UTC
From:
To:
Control: reassign -1 src:gcc-16

You asked me to rebase this patch onto a higher gcc version. With much
delay, I did. In doing so, I also ran into a couple of minor issues also
fixed in this rebase. Can we get this into gcc-16 now?

Helmut