Comment 9 for bug 514579

Revision history for this message
Thorsten Glaser (mirabilos) wrote :

… but this is the patch I used.

• fix multilib configuration

But libgfortran cannot be built multilib because one of the system includes contains
inline assembly that is invalid with -mfidoa (but we could probably tell gcc which
multilib configurations to use… maybe just m68k and coldfire?).

• disable multiarch and multilib

Now libstdc++ missing symbols are a problem, but I suppose the rest can be built.