To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72679





------- Additional comments from [EMAIL PROTECTED] Tue Dec 19 21:59:54 -0800 
2006 -------
Sorry I am making a late comment :(
I believe there are two types of SPARC hardware - 32 bit and 64 bit. OOo
Linux/SPARC supports both types and detects the type at runtime (see
sal/osl/unx/util.c) uname -m returns sparc or sparc64 respectively. Similarly
config.guess on my 64bit system:
[EMAIL PROTECTED]:~/sdk/settings$ ../config.guess | cut -d "-" -f1
sparc64
[EMAIL PROTECTED]:~/sdk/settings$ linux32 bash
[EMAIL PROTECTED]:~/sdk/settings$ ../config.guess | cut -d "-" -f1
sparc

So I think the patch is OK, but more is needed for sparc64. This patch might
solve some sdk issues, I will do some testing of things that are affected by the
patch, and report back.

Regarding java - there is no Sun-based java for GNU/Linux SPARC. The Blackdown
1.5 port did build and run but some runtime errors blocked release. Many of the
SDK examples work fine with java-gcj-compat (and directly with gcj4.1.2 when a
few hard-coded java commands are changed).


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

Reply via email to