To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61029
------- Additional comments from [EMAIL PROTECTED] Mon Jan 23 12:51:57 -0800 2006 ------- The patch in macintel01 will break when: - UB built on PowerPC will be run on Intel - UB built on Intel will be run on PowerPC You have to check TARGET_CPU not the CPU you are building on. For more information about such problems, please read http://blog.janik.cz/archives/2005/12/18/T20_09_25/ Citing from there: Problems with predefined macros. If you are building on PowerPC, you get POWERPC macro defined. But this doesn't mean that you'll run on PowerPC! Do not forget about cross-compiling part! Intel binary is cross-compiled on your PowerPC machine, so you have to handle it properly. See the above mentioned example.c source code file. It prints different string depending on the architecture it *runs* on. --------------------------------------------------------------------- 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]
