To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54692
User cmc changed the following:
What |Old value |New value
================================================================================
Assigned to|cmc |hjs
--------------------------------------------------------------------------------
Status|REOPENED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Apr 26 09:20:31 -0700
2006 -------
So heres what the idea is.
a) separate the concepts "gcj as compiler" from the "gcj" (aka GNU ClassPath)
JDK and seperate that from using gcj in it's role as "native binary creater"
(aka Ahead Of Time compilation AOT). This allows AOT to be used to create native
binaries/libraries from the bytecode output of other compilers, e.g. ecj as well
as gcj. In theory this would also allow native binaries to be made of jars
created with Sun Java, though your mileage might vary there depending on the bug
of the day, but someone with sun java can give it a try if they want.
b) rather than *always* create native binary libs from all jars as we do
currently when the java compiler is gcj we
b.1) default to doing nothing unless --enable-gcjaot is specified to configure
(i.e. JAVAAOTCOMPILER is set in the environment).
b.2) only create such AOT binaries for the java helpers used during the
build-time, i.e. HelpLinker and FCFGMerge. So an additional "AOTTARGET" target
achieves this.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]