summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-02-20 22:57:00 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-02-21 09:59:07 +0000
commit0e21f6619c72f1e17a7b0a52b6317810973d8a3e (patch)
treee43a89c6519b5c69aff392d3ce582aa0cd9b72bb /distro-configs
parentca5277c1ad181c15ce604077e07935b2de946c7c (diff)
Kill bitrot Emscripten experiment
Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2 Reviewed-on: https://gerrit.libreoffice.org/34493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/LibreOfficeEmscripten.conf52
1 files changed, 0 insertions, 52 deletions
diff --git a/distro-configs/LibreOfficeEmscripten.conf b/distro-configs/LibreOfficeEmscripten.conf
deleted file mode 100644
index 93396c75dca7..000000000000
--- a/distro-configs/LibreOfficeEmscripten.conf
+++ /dev/null
@@ -1,52 +0,0 @@
-# Need to specify --host and --build to enable cross-compilation mode
-# See https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html
---host=asmjs-local-emscripten
---build=x86_64-unknown-linux-gnu
-
-# Disable unnecessary stuff
---disable-cups
---disable-dconf
---disable-gio
---disable-dbus
---disable-sdremote-bluetooth
---disable-gstreamer-0-10
---disable-gstreamer-1-0
---disable-liblangtag
---disable-odk
---disable-postgresql-sdbc
---disable-firebird-sdbc
---disable-python
---disable-randr
---disable-pdfimport
---disable-systray
---disable-gltf
---disable-collada
---disable-report-builder
---disable-lpsolve
---disable-coinmp
---disable-orcus
---disable-liblangtag
---without-fonts
---without-java
---without-junit
---without-helppack-integration
---without-system-dicts
---with-theme=no
---with-system-nss
-
-# Build fails when disabling these
-#--disable-cairo-canvas
-#--disable-scripting
-
-# This helps spotting build errors
---with-parallelism=no
-
-# Emscripten doesn't support dynamic loading
---disable-dynamic-loading
-
-# Not sure whether we need this
-#--disable-ccache
-
-# Specify Emscripten compiler
-CC=emcc -v
-CXX=emcc -v