This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fatal error: gnu/stubs-32.h: No such file


On Tue, Jul 16, 2013 at 9:35 AM, Bruce Korb <bruce.korb@gmail.com> wrote:
> On Tue, Jul 16, 2013 at 7:25 AM, Andrew Pinski <pinskia@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]