[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at iki.fi
Thu Mar 14 00:29:59 PDT 2013


 configure.ac |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 1d559d9e386591551baec14ef5eae9bacf7a0d97
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Mar 14 09:29:20 2013 +0200

    Add some comments
    
    Change-Id: I3cc92e3fe471fa92a9de339c7677d866e46ab185

diff --git a/configure.ac b/configure.ac
index 61b92ad..175d894 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,12 @@ if test -n "$with_android_ndk"; then
         android_cpu=x86
     fi
 
-    # Check if there is a (self-built) 64-bit tool-chain
+    # Check if there is a (self-built) 64-bit tool-chain. Google does not provide 64-bit binaries of
+    # the NDK tool-chain, sigh, but it is easy to build one yourself. Using a 64-bit linker is
+    # required if you compile everything with -g. A 32-bit linker just won't manage to link the
+    # (app-specific) single huge .so that is built for the apps in android/experimental/*. (A 64-bit
+    # ld.gold grows to over 10 gigabytes of virtual space when linking such a .so where all objects
+    # have been built with debug information.)
     toolchain_system='*'
     if test $build_os = linux-gnu; then
         case $build_cpu in


More information about the Libreoffice-commits mailing list