This is the mail archive of the gcc-patches@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: [PATCH] Fix breakage where no system libintl is available


Paolo Bonzini <paolo.bonzini@polimi.it> writes:

> There is a misunderstanding between Makefiles using automake
> (libcpp's) and hand-written ones (gcc's) about what is the
> top_builddir.  gcc defines it to ..  (path to the toplevel) while
> libcpp defines it to . (path to config.status).  libintl assumes the
> former, but since gcc mutuated the name of top_builddir from
> Automake-generated Makefiles the following patch should be applied
> that fixes the inconsistency.
>
> I was about to commit it as obvious, but I'd rather have an explicit ok.

Yes, this is OK.

> ps: can anybody explain why I've been bootstrapping 3 times a day
> with the same patch I committed, without observing the breakage that
> Rainer reported?

Have you perchance a libintl.h in /usr/local/include?

zw


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