This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFA, RFT: enable tools using CNI
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 03 Jul 2006 07:02:28 +0530
- Subject: Re: RFA, RFT: enable tools using CNI
- Openpgp: url=http://ranjitmathew.hostingzero.com/aa_6C114B8F.txt
- References: <44A49E0C.3030303@redhat.com> <m3zmfug1o7.fsf@localhost.localdomain> <44A56EA6.6070504@redhat.com> <44A7465A.8060801@gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ranjit Mathew wrote:
>
> You should not use -shared-libgcc unconditionally here.
> For example, GCC/MinGW is usually built without shared
> libraries (simply because the GCC build machinery hasn't
> yet been updated to build DLLs for libgcc, libstdc++, libgcj,
> etc.).
On the other hand, perhaps this bit in "gcc/java/jvspec.c"
takes care of this:
485 /* There's no point adding -shared-libgcc if we don't have a
shared
486 libgcc. */
487 #ifndef ENABLE_SHARED_LIBGCC
488 shared_libgcc = 0;
489 #endif
Ranjit.
- --
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://rmathew.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEqHOsYb1hx2wRS48RAlZ1AKCmhkOEfYc+5Y6xzl7+X1e5slVZpQCfe6Xw
K7yK0zlukYMAWK8g2dYnC0k=
=PhNa
-----END PGP SIGNATURE-----