This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: RFA, RFT: enable tools using CNI


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


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