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





------- Additional comments from [EMAIL PROTECTED] Thu Jun 28 08:07:03 +0000 
2007 -------
*shrug*, sure, no skin off my nose. This issue was just to mirror the 32bit ones
into the 64bit ones. Make the changes you want and I'll just back this mirror 32
to 64 out of my workspace.

I would suggest though, if it makes sense to you, that we unify the platforms
which are already using the "linux" gcc map file and make it a generic "gcc" one
e.g.

.IF "$(COMNAME)"=="msci"
SHL1VERSIONMAP=msvc_win32_intel.map
.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=cc5_solaris_sparc.map
.ELIF "$(GUI)$(COM)"=="WNTGCC"
SHL1VERSIONMAP=mingw.map
.ELIF "$(COMNAME)" == "gcc3"
SHL1VERSIONMAP=gcc3_whatever.map
.ENDIF

we already point all our gcc platforms (except for windows) to the same .map
file, this way we don't have to go around adding e.g. POWERPC64 or ARM or ALPHA
when (if) those ports come onstream.

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