Re: --with-host-libstdcxx doesn't work as expected

2009-07-06 Thread Ian Lance Taylor
Rainer Emrich writes: > At least on cygwin --with-host-libstdcxx doesn't work as expected. > > ../gcc/configure --with-host-libstdcxx=-lstdc++ > gives > POSTSTAGE1_LIBS = > in the top Makefile. > > ../gcc/configure --with-boot-libs=-lstdc++ > gives > POST

--with-host-libstdcxx doesn't work as expected

2009-07-06 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At least on cygwin --with-host-libstdcxx doesn't work as expected. ../gcc/configure --with-host-libstdcxx=-lstdc++ gives POSTSTAGE1_LIBS = in the top Makefile. ../gcc/configure --with-boot-libs=-lstdc++ gives POSTSTAGE1_LIBS = -lstdc++ in th