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
-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