Re: building problem on Alpha platform
Caolán McNamara <[email protected]> Sat, 04 Dec 2010 14:33:19 +0000
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Message-ID | <1291473199.19840.2978.camel@Vain> |
On Sat, 2010-12-04 at 11:28 +0800, Yan Wu wrote: > But this machine I get in hand isn't a standard Alpha platform. There > are some different assembly instructions from the standard EV6. To my > surprise, OOo could run on such an experimental machine. Sounds really interesting :-). You could still submit it, and put a #ifdef IS_A_SPECIAL_EV6_CONDITION #endif around the bit that's different. Even if only to document the possibility of the difference. C.