On Tue, Jul 16, 2013 at 9:35 AM, Bruce Korb <bruce.k...@gmail.com> wrote: > On Tue, Jul 16, 2013 at 7:25 AM, Andrew Pinski <pins...@gmail.com> wrote: >>> GCC sources could contain a gnu/stubs-32.h header with an #error and >>> ensure that the right directory to find it is searched when building >>> the target libraries, but only after all other directories. It >>> wouldn't need to be installed with GCC because it's only needed while >>> configuring the target libs. >> >> That only fixes x86_64 (and maybe powerpc), it does not fix the other >> targets which use multi-lib (MIPS64 or soon AARCH64). > > Isn't a partial fix better than no fix? And if the most common > architecture is, in fact, > x86-64, wouldn't a partial fix that fixed most users make it even more useful?
Agreed. It is surprising that we allowed ourselves to break the most common target this way. -- Gaby