allow building intermediate stages for gcc
Bug #603497 reported by
Marcin Juszkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-4.4 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
gcc-4.5 (Ubuntu) |
Fix Released
|
Undecided
|
Matthias Klose |
Bug Description
Binary package hint: gcc-4.5
To bootstrap cross compiler we need support for building stage1/stage2 compiler.
I am working on a patch which adds DEB_STAGE variable which allow to build stage1 (static libgcc, no glibc yet) and stage2 (shared libgcc with minimal glibc).
tags: | added: patch |
Changed in gcc-4.5 (Ubuntu): | |
assignee: | nobody → Matthias Klose (doko) |
To post a comment you must log in.
This patch is what I used to manually bootstrap cross compiler. It is not a thing to merge but rather code which shows what options I use.
I am working on merging that into normal packaging way so stage1 would be "DEB_STAGE=stage1 dpkg-buildpackage -b" command.