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: Patch: Gcj: add -static-libgcj option for linking.


>>>>> "David" == David Daney <ddaney@avtrex.com> writes:

David> OK to commit?

Yes, with a couple minor changes.

David> gcc:
David> 2006-03-06  David Daney  <ddaney@avtrex.com>
David> 	* java/gcj.texi: Document -static-libgcj option.

gcc/java has its own ChangeLog.  This entry should go there instead.

David> +Important Note: Static linking of libgcj may cause essential (to your

This should use @strong like:

    @strong{Caution:} Static linking ...

(The manual recommends not using "Note" in an @strong..)

David> +program) parts of libgcj to be omitted.  Caution must be used when
David> +using this option.

It would be nice to say more than this -- this is pretty vague and it
isn't clear what steps ought to be taken.  Pointing folks at the wiki
page on gcj static linking would help.

Tom


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