This is the mail archive of the gcc@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]

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


-----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 the top Makefile.

The docs say:

- --with-boot-libs=libs
    This option may be used to set libraries to be used when linking stage 2 and
later when bootstrapping GCC. The default is the argument to
- --with-host-libstdcxx, if specified.

So, that's not true.

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpSNpkACgkQoUhjsh59BL5PSgCfXStHvaGmgo42X7EDhfP1hSuK
ZakAoJNE08cGZ3jeMODIZ2D2SsOtujBc
=T10u
-----END PGP SIGNATURE-----


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