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: [build] Link genmatch with $(LIBINTL)


On October 22, 2014 7:19:33 PM CEST, "Joseph S. Myers" <joseph@codesourcery.com> wrote:
>On Wed, 22 Oct 2014, Rainer Orth wrote:
>
>> 2014-10-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>> 
>> 	* Makefile.in (build/genmatch(build_exeext)): Add $(LIBINTL) to
>> 	BUILD_LIBS.
>> 	Add $(LIBINTL_DEP) dependency.
>
>No, this doesn't look right.  A program built for the build system
>needs 
>to use build versions of all relevant libraries, not host versions. 
>That 
>means $(BUILD_LIBIBERTY) not host libiberty, and build versions of
>libcpp 
>and libintl if those are now needed for something built for the build 
>system.  That in turn needs toplevel changes to add libcpp and intl to 
>build_modules.

I suppose we should build the build variant of libcpp without NLS support instead.

Richard.



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