On Wed, 22 Oct 2014, Rainer Orth wrote:

> 2014-10-22  Rainer Orth  <r...@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.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to