diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-30 00:33:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-30 01:03:33 +0300 |
commit | 5c004922b2fc167c826350085f7d996d93b4398e (patch) | |
tree | b7a03c82f4afa588015992e334b612ac0cd50bca /distro-configs | |
parent | 0da23c09222caecdf5944c1f2da17dddeb10f1c5 (diff) |
Start of support for Android on AArch64
The build does not get far before it runs into trouble in the GNU libstdc++
headers, though:
android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h:33:23:
fatal error: x86intrin.h: No such file or directory
Change-Id: I9d459c64980091ba8bf5b3d631d47342625f6be9
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeAndroidAarch64.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeAndroidAarch64.conf b/distro-configs/LibreOfficeAndroidAarch64.conf new file mode 100644 index 000000000000..7fa29bea3eca --- /dev/null +++ b/distro-configs/LibreOfficeAndroidAarch64.conf @@ -0,0 +1,19 @@ +--host=aarch64-linux-android +--disable-cairo-canvas +--disable-cups +--disable-gconf +--disable-gnome-vfs +--disable-gstreamer-0-10 +--disable-gstreamer +--disable-liblangtag +--disable-lockdown +--disable-odk +--disable-opengl +--disable-postgresql-sdbc +--disable-python +--disable-randr +--disable-randr-link +--disable-systray +--without-junit +--without-ppds +--without-helppack-integration |