https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63792
Bug ID: 63792 Summary: libcc1 doesn't built i386 multilib Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu On x86_64-apple-darwin, using the bootstrap fixes from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 at r217238, the libcc1 code isn't built as a -m32 i386 multilib. Shouldn't there be an entry like... target_modules = { module= libcc1; lib_path=.libs; }; in Makefile.def to achieve this or is something else required?