On Thu, Oct 23, 2014 at 10:47:43AM +0200, Richard Biener wrote: > > This adds a libcpp host module without NLS and ICONV support > and properly links genmatch against the build libcpp instead of > the host one. > > Bootstrap running on x86_64-unknown-linux-gnu (stage1 all-gcc > finished fine). > > Ok for trunk?
Ok, thanks. > 2014-10-23 Richard Biener <rguent...@suse.de> > > * Makefile.def: Add libcpp build module and dependencies. > * configure.ac: Add libcpp build module. > * Makefile.in: Regenerate. > * configure: Likewise. > > gcc/ > * Makefile.in (BUILD_CPPLIB): Add. > (build/genmatch$(build_exeext)): Use BUILD_CPPLIB, not CPPLIB. > Drop LIBIBERTY. Jakub