This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui][PATCH] include extra libraries in libgcj.spec.in
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> For example, we seem to support "--enable-java-awt=no"
Ranjit> in the libjava configury, though I don't know if anyone
Ranjit> builds it like that or if it is still valid.
This option actually only controls which peer libraries are built.
The code in java.awt is unconditionally built.
As others have said, the library split most likely won't be merged
into mainline in its current form. Once the BC ABI is ready, we'll
take another look at this issue. With the BC ABI, you won't get link
errors by default, so we won't need to hack the spec file this way.
(At least, that's one option for how to proceed.)
Tom