[Libreoffice-commits] .: README.cross

Tor Lillqvist tml at kemper.freedesktop.org
Sat Aug 27 01:19:23 PDT 2011


 README.cross |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

New commits:
commit d372bdadb9be4bd5ecbbe4da960d6beb3c7e06ed
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Aug 27 11:11:14 2011 +0300

    Updates

diff --git a/README.cross b/README.cross
index 2ef067d..fe02e45 100644
--- a/README.cross
+++ b/README.cross
@@ -1,11 +1,13 @@
 Cross-compiling LibreOffice
 ===========================
 
-Notes on cross-compiling LibreOffice, written by Tor Lillqvist
-<tlillqvist at novell.com> <tml at iki.fi> in May, 2011.
+Notes on cross-compiling LibreOffice, originally written by Tor
+Lillqvist <tlillqvist at novell.com> <tml at iki.fi> in May, 2011, for later
+history see git log.
 
-Cross-compilation of LibreOffice is not possible yet. Some initial
-work is done, "baby steps", but a lot remains. This work is highly
+Cross-compilation of LibreOffice completely is not possible yet. Much
+work has been done, "baby steps" for some platforms, much more for
+others, but a lot remains. For iOS and Android this work is highly
 experimental and done mostly in my own spare time just for the hacking
 pleasure. No promise, explicit or implied, is given that it will ever
 be finished.
@@ -69,10 +71,11 @@ attempted cross-compilation.
 This OOo-originated MinGW support attempts to support both running
 Cygwin gcc in its -mno-cygwin mode, and a native MinGW compiler.  The
 -mno-cygwin mechanism in the Cygwin gcc is rapidly being obsoleted, if
-it isn't already, and I have not attempted to check that it keeps
-working. Ditto for native MinGW; if one compiles natively on Windows,
-why not use Microsoft's compiler, as OOo/LO has been build for Windows
-all the time using that and it works fine.
+it isn't already, and I have not attempted to try to keep it working;
+in fact I have activly cleaned out mechanisms related to this. Ditto
+for native MinGW. If one compiles natively on Windows, just use
+Microsoft's compiler. OOo/LO has been built for Windows all the time
+using that.
 
 In my opinion, the only case where it makes sense to use MinGW is for
 cross-compilation. There is just too much crack on Windows anyway, and


More information about the Libreoffice-commits mailing list