diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-10 14:05:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-10 18:01:27 +0000 |
commit | 8646ab97dc37c0606b19057686bf3d610f9c15ee (patch) | |
tree | 17b3df6f5cf55cb1091c4aa70930dd415d9ea0e3 /distro-configs | |
parent | 09e9274fc080b471393b806617eb03124db67590 (diff) |
Remove MinGW support
In OOo times, there'd originally been efforts to allow building on Windows with
MinGW. Later, in LO times, this has been shifted to an attempt of cross-
compiling for Windows on Linux. That attempt can be considered abandoned, and
the relevant code rotting.
Due to this heritage, there are now three kinds of MinGW-specific code in LO:
* Code from the original OOo native Windows effort that is no longer relevant
for the LO cross-compilation effort, but has never been removed properly.
* Code from the original OOo native Windows effort that is re-purposed for the
LO cross-compilation effort.
* Code that has been added specifially for the LO cross-compilation effort.
All three kinds of code are removed.
(An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing
--with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.)
Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568
Reviewed-on: https://gerrit.libreoffice.org/34127
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeMinGW.conf | 31 | ||||
-rw-r--r-- | distro-configs/LibreOfficeMinGW64.conf | 32 |
2 files changed, 0 insertions, 63 deletions
diff --git a/distro-configs/LibreOfficeMinGW.conf b/distro-configs/LibreOfficeMinGW.conf deleted file mode 100644 index c29311779d96..000000000000 --- a/distro-configs/LibreOfficeMinGW.conf +++ /dev/null @@ -1,31 +0,0 @@ ---build=x86_64-unknown-linux-gnu ---host=i686-w64-mingw32 ---with-system-altlinuxhyph ---with-system-boost ---with-system-cairo ---with-system-cppunit ---with-system-curl ---with-system-expat ---with-system-graphite ---with-system-hunspell ---with-system-icu ---with-system-libpng ---with-system-libxml ---with-system-lpsolve ---with-system-mythes ---with-system-neon ---with-system-nss ---with-system-openssl ---with-system-poppler ---with-system-redland ---with-system-zlib ---without-junit ---without-myspell-dicts ---disable-activex ---disable-cairo-canvas ---disable-directx ---disable-extension-integration ---disable-postgresql-sdbc ---disable-gtk ---with-help ---with-myspell-dicts diff --git a/distro-configs/LibreOfficeMinGW64.conf b/distro-configs/LibreOfficeMinGW64.conf deleted file mode 100644 index 9440077afcd9..000000000000 --- a/distro-configs/LibreOfficeMinGW64.conf +++ /dev/null @@ -1,32 +0,0 @@ ---build=x86_64-unknown-linux-gnu ---host=x86_64-w64-mingw32 ---enable-64-bit ---with-system-altlinuxhyph ---with-system-boost ---with-system-cairo ---with-system-cppunit ---with-system-curl ---with-system-expat ---with-system-graphite ---with-system-hunspell ---with-system-icu ---with-system-libpng ---with-system-libxml ---with-system-lpsolve ---with-system-mythes ---with-system-neon ---with-system-nss ---with-system-openssl ---with-system-poppler ---with-system-redland ---with-system-zlib ---without-junit ---without-myspell-dicts ---disable-activex ---disable-cairo-canvas ---disable-directx ---disable-extension-integration ---disable-postgresql-sdbc ---disable-gtk ---with-help ---with-myspell-dicts |